sindresorhus / meow

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

Fix reporting missing required flags #168

Closed alexmcmanus closed 3 years ago

alexmcmanus commented 3 years ago

Fixes https://github.com/sindresorhus/meow/issues/165. Also updated readme.md.

Note that I've made a transitive dependency explicit (decamelize). Rather than add the latest version, I've stuck with the older version brought in by decamelize-keys to avoid unnecessary bloat.

sindresorhus commented 3 years ago

You need to update the doc comments in index.d.ts too.

MichaelPeter commented 3 years ago

FYI: This breaking change just broke chromatic since chromatic was auto upgrade

https://github.com/chromaui/chromatic-cli/issues/235

sindresorhus commented 3 years ago

https://github.com/sindresorhus/meow/issues/173