2 lines
124 B
Python
2 lines
124 B
Python
|
parser.add_arguments(StrOption('echo', 'echo the string you use here', properties=('mandatory', 'positional'), multi=True))
|