Make ArgParseError richer
oxinabox opened this issue · 1 comments
oxinabox commented
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
I agree, that would be extremely helpful.