tiramisu-cmdline-parser/test/data/compare/30_string_short/tiramisu.py
Emmanuel Garette 226a509d53 first commit
2018-11-29 22:10:08 +01:00

3 lines
125 B
Python

str_long = StrOption('foo', 'foo help')
str_short = SymLinkOption('f', str_long)
parser.add_arguments([str_long, str_short])