setup.py
This commit is contained in:
1
tests/data/compare/30_string_short/argparse.py
Normal file
1
tests/data/compare/30_string_short/argparse.py
Normal file
@ -0,0 +1 @@
|
||||
parser.add_argument('-f', '--foo', help='foo help')
|
3
tests/data/compare/30_string_short/tiramisu.py
Normal file
3
tests/data/compare/30_string_short/tiramisu.py
Normal file
@ -0,0 +1,3 @@
|
||||
str_long = StrOption('foo', 'foo help')
|
||||
str_short = SymLinkOption('f', str_long)
|
||||
parser.add_arguments([str_long, str_short])
|
Reference in New Issue
Block a user