carlobaldassi / ArgParse.jl

Package for parsing command-line arguments to Julia programs.
Other
231 stars 36 forks source link

Make ArgParseError richer #81

Open oxinabox opened 4 years ago

oxinabox commented 4 years ago

Right now the ArgParseError has one field: text. It would be useful if it have some extra field. E.g. if you gave an extra named argument with an unexpected name, it should be possible to findout what that name and value was.

mhinsch commented 3 years ago

I agree, that would be extremely helpful.