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

2 lines
71 B
Python

parser.add_argument('--door', help='Door numbers', choices=[1, 2, 3])