Parse known arguments
Opened this issue · 1 comments
glani commented
Is it possible to remove exception when argument is unknown or add support such as parseKnownArgs (there is the same implementation in a popular python args library)
jankroken commented
I will look into it.
Do you need to get access to the unrecognized options, or should they just be ignored?
Exceptions are also not great, so I will look into providing an alternative to that.