case-app icon indicating copy to clipboard operation
case-app copied to clipboard

Feature Request: Ignore unrecognized arguments

Open Anabra opened this issue 3 years ago • 1 comments

Would it be possible to introduce a new parser type that ignores the unrecognized arguments, flags, etc?

Anabra avatar Mar 18 '21 10:03 Anabra

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.

alexarchambault avatar Mar 21 '21 12:03 alexarchambault