first commit
This commit is contained in:
2
test/data/compare/20_int/argparse.py
Normal file
2
test/data/compare/20_int/argparse.py
Normal file
@ -0,0 +1,2 @@
|
||||
parser.add_argument('--int', help='integer', type=int)
|
||||
|
1
test/data/compare/20_int/tiramisu.py
Normal file
1
test/data/compare/20_int/tiramisu.py
Normal file
@ -0,0 +1 @@
|
||||
parser.add_arguments(IntOption('int', 'integer'))
|
Reference in New Issue
Block a user