commando
commando copied to clipboard
Unable to parse option values that start with '-', e.g. negative numbers
It is impossible to pass negative numerical values to the parser - it results in the following errors:
ERROR: Unable to parse option -112.45470: Invalid syntax
I see that you forked it and modified it to accept negative numbers. Just pointing it out for anyone who ends up here.