sindresorhus / meow

🐈 CLI app helper
MIT License
3.53k stars 150 forks source link

`--help` and `--version` should work with `allowUnknownFlags: false` #197

Closed sindresorhus closed 1 year ago

sindresorhus commented 3 years ago

As long as {autoHelp: true} or {autoVersion: true}.

Currently, it fails:

❯ node cli.js --help
Unknown flag
--help

// @weareoutman