yargs / yargs-parser

:muscle: the mighty option parser used by yargs
http://yargs.js.org/
ISC License
493 stars 119 forks source link

fix(halt-at-non-option): revert: prevent known args from being parsed when "unknown-options-as-args" is enabled" #458

Closed bcoe closed 2 years ago

bcoe commented 2 years ago

I'm supportive of this change to the parser, but there are a couple edge-cases we need to fix, and we should probably land it as a breaking change so that #453 can stay on an older version of the parser.

Reverts yargs/yargs-parser#438