We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1a01e commit 56c47bfCopy full SHA for 56c47bf
{{cookiecutter.project_name}}/scripts/setup-remote.py
@@ -52,3 +52,7 @@ def get_parser() -> argparse.ArgumentParser:
52
parser.add_argument("-u", "--user", dest="github_user", help="GitHub user name.")
53
parser.add_argument("-n", "--name", dest="repo_name", help="Name of the repo.")
54
return parser
55
+
56
57
+if __name__ == "__main__":
58
+ main()
0 commit comments