case-app
case-app copied to clipboard
Feature Request: Ignore unrecognized arguments
Would it be possible to introduce a new parser type that ignores the unrecognized arguments, flags, etc?
That should be do-able. https://github.com/alexarchambault/case-app/pull/174 and https://github.com/alexarchambault/case-app/pull/176 illustrate how to tweak the parser. Ignoring unrecognized arguments could be added as an option the same way.