mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
work on
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ parser = argparse.ArgumentParser(prog='ProgramName',
|
||||
|
||||
parser.add_argument('filename') # positional argument
|
||||
parser.add_argument('-c', '--count') # option that takes a value
|
||||
parser.add_argument('-v', '--verbose',
|
||||
parser.add_argument('-v',
|
||||
action='store_const')
|
||||
|
||||
args = parser.parse_args()
|
||||
|
||||
Reference in New Issue
Block a user