i've the following code:
parser.add_argument('file', help='file to test')
parser.add_argument('-revs', help='range of versions', nargs='+', default=False)
Is there a way to not use the flag -revs
when use it, like this:
./somescript.py settings.json 1 2 3 4