tiramisu-cmdline-parser/tests/data/compare/30_string_short/tiramisu.py

4 lines
125 B
Python
Raw Normal View History

2018-11-29 22:10:08 +01:00
str_long = StrOption('foo', 'foo help')
str_short = SymLinkOption('f', str_long)
parser.add_arguments([str_long, str_short])