4 lines
206 B
Python
4 lines
206 B
Python
|
parser.add_arguments([StrOption('echo', 'echo the string you use here', properties=('mandatory', 'positional')),
|
||
|
BoolOption('verbosity', 'increase output verbosity', default=False)])
|
||
|
|