Skip to content

Commit 56c47bf

Browse files
committed
fix: add missing main block
1 parent af1a01e commit 56c47bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

{{cookiecutter.project_name}}/scripts/setup-remote.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@ def get_parser() -> argparse.ArgumentParser:
5252
parser.add_argument("-u", "--user", dest="github_user", help="GitHub user name.")
5353
parser.add_argument("-n", "--name", dest="repo_name", help="Name of the repo.")
5454
return parser
55+
56+
57+
if __name__ == "__main__":
58+
main()

0 commit comments

Comments
 (0)