j-maly / CommandLineParser

Command line parser. Declarative arguments support. Rich set of argument types (switches, enums, files, etc...). Mutually exclusive arguments validations.
MIT License
137 stars 30 forks source link

Negative integer arguments not recognized properly #8

Closed j-maly closed 8 years ago

j-maly commented 8 years ago

When parsing this commandline; some.exe -myint "-1" The parser will treat -1 as another argument, not as a value for -myint