setup.py
This commit is contained in:
2
tests/data/compare/20_string_list/argparse.py
Normal file
2
tests/data/compare/20_string_list/argparse.py
Normal file
@ -0,0 +1,2 @@
|
||||
parser.add_argument('--foo', help='foo help', nargs='*')
|
||||
|
2
tests/data/compare/20_string_list/tiramisu.py
Normal file
2
tests/data/compare/20_string_list/tiramisu.py
Normal file
@ -0,0 +1,2 @@
|
||||
parser.add_arguments(StrOption('foo', 'foo help', multi=True))
|
||||
|
Reference in New Issue
Block a user