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