first commit
This commit is contained in:
1
test/data/compare/10_positional_list/argparse.py
Normal file
1
test/data/compare/10_positional_list/argparse.py
Normal file
@ -0,0 +1 @@
|
||||
parser.add_argument("echo", help="echo the string you use here", nargs='+')
|
1
test/data/compare/10_positional_list/tiramisu.py
Normal file
1
test/data/compare/10_positional_list/tiramisu.py
Normal file
@ -0,0 +1 @@
|
||||
parser.add_arguments(StrOption('echo', 'echo the string you use here', properties=('mandatory', 'positional'), multi=True))
|
Reference in New Issue
Block a user