carlobaldassi/ArgParse.jl

Make ArgParseError richer

oxinabox opened this issue · 1 comments

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.

I agree, that would be extremely helpful.