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 c445c31 commit b69b093Copy full SHA for b69b093
Github Size-Contributor-List/script.py
@@ -17,12 +17,10 @@ def main(args):
17
text.write(response_text + "\n" + "List of contributors is as follows: " + str(list_of_contributors))
18
19
20
-if __name__ == "__main__":
21
- parser = argparse.ArgumentParser("This script displays the size and list of contributors for a specific repo")
22
- parser.add_argument("-o", help="The name of the user", type=str, required=True)
23
- parser.add_argument("-n", help="The name of the repo", type=str, required=True)
+parser = argparse.ArgumentParser("This script displays the size and list of contributors for a specific repo")
+parser.add_argument("-o", help="The name of the user", type=str, required=True)
+parser.add_argument("-n", help="The name of the repo", type=str, required=True)
24
25
-args = parser.parse_args()
+args = parser.parse_args()
26
27
- main(args)
28
-
+main(args)
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments