sindresorhus / meow

🐈 CLI app helper
MIT License
3.54k stars 151 forks source link

Fix failure with `isMultiple` when `isRequired` function returns `false` #194

Closed softwarewright closed 3 years ago

softwarewright commented 3 years ago

Fixes #193

sindresorhus commented 3 years ago

Thanks for the pull request. Always ensure running npm test locally passes before pushing commits.

softwarewright commented 3 years ago

@sindresorhus Ah sorry assumed it was a local issue. I'll look at why the build is failing.

softwarewright commented 3 years ago

@sindresorhus I fixed the lint errors, the other typescript issue seems to be with the xo package, but I think you are already aware of this: https://github.com/xojs/xo/issues/555.