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