tiramisu-cmdline-parser/test/data/compare/10_positional_list/argparse.py

2 lines
76 B
Python
Raw Normal View History

2018-11-29 22:10:08 +01:00
parser.add_argument("echo", help="echo the string you use here", nargs='+')