mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
step by step
This commit is contained in:
+1
-1
@@ -2,4 +2,4 @@ import argparse
|
||||
|
||||
parser = argparse.ArgumentParser(prog='myprogram')
|
||||
_ = parser.add_argument('--foo', help='foo of the %(prog)s program')
|
||||
parser.print_help()
|
||||
print(vars(parser.parse_args()))
|
||||
Reference in New Issue
Block a user