Open
Description
There is a well known issue with python that using nargs + will mess up the calculation of positional arguments. Suggest in the documentation either
- the optional arguments are shown last, after positionional ones, eg inputfile outputfile --print ALL
- an example using the -- to 'turn off' nargs eating eg --print ALL -- inputfile outputfile