You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My lib is in process of some refactoring, so currently it is in an unworkable state. But the code is still readable.
Other libs often have mechanisms to get such args, like 1 , 2, 3
Getting the unparsed args is essential for implementing subcommands. Instead of integration of specs into a larger parser we just pass the args further and allow them to be parsed by another parser.
I can try to parse the errors, but it'd be better to split the errors originating from additional args from the errors originating from invalid data.
The text was updated successfully, but these errors were encountered: