first commit
This commit is contained in:
2
test/data/compare/30_string_default/argparse.py
Normal file
2
test/data/compare/30_string_default/argparse.py
Normal file
@ -0,0 +1,2 @@
|
||||
parser.add_argument('--foo', help='foo help', default='default', nargs='?')
|
||||
|
2
test/data/compare/30_string_default/tiramisu.py
Normal file
2
test/data/compare/30_string_default/tiramisu.py
Normal file
@ -0,0 +1,2 @@
|
||||
parser.add_arguments(StrOption('foo', 'foo help', 'default'))
|
||||
|
Reference in New Issue
Block a user