sindresorhus / meow

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

Fix `autoHelp` and `autoVersion` with `allowUnknownFlags` set to false #215

Closed bartaz closed 1 year ago

bartaz commented 1 year ago

Fixes #197

--help and --version are now treated as known flags if autoHelp or autoVersion are set to true.

Drive-by: fix a typo in test file name.

sindresorhus commented 1 year ago

Thanks :)