first commit
This commit is contained in:
2
test/data/compare/30_choice_int/argparse.py
Normal file
2
test/data/compare/30_choice_int/argparse.py
Normal file
@ -0,0 +1,2 @@
|
||||
parser.add_argument('--door', help='Door numbers', choices=[1, 2, 3])
|
||||
|
1
test/data/compare/30_choice_int/tiramisu.py
Normal file
1
test/data/compare/30_choice_int/tiramisu.py
Normal file
@ -0,0 +1 @@
|
||||
parser.add_arguments(ChoiceOption('door', 'Door numbers', (1, 2, 3)))
|
Reference in New Issue
Block a user