75lb / command-line-args

A mature, feature-complete library to parse command-line options.
MIT License
689 stars 106 forks source link

Parsing error of strings that starts with a digit #121

Closed jonathanasquier closed 2 years ago

jonathanasquier commented 2 years ago

An argument of type String will throw a "must be a string" error if the argument starts with a digit --argument=2foobar it should parse "2foobar"

jonathanasquier commented 2 years ago

I might have PEBKACed.