command-line-args
command-line-args copied to clipboard
Support numeric aliases, e.g. -1
When parsing an argv value of -1 (minus one), if an option definition with an alias value of of '1' exists then parse -1 as that option. If the option definition does not exist, then parse -1 as the negative value -1.