meow icon indicating copy to clipboard operation
meow copied to clipboard

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

Open sindresorhus opened this issue 2 years ago • 0 comments

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

Currently, it fails:

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

// @weareoutman

sindresorhus avatar Sep 14 '21 18:09 sindresorhus