Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently, `allowUnknownFlags: false` is commented out, which is not ideal, because the error message the user gets when using an unknown flag is pretty confusing: ``` $ chalk --foobar Input required ``` The actual problem is in meow (see sindresorhus/meow#197), but it's been taking a while to come up with a proper fix for that (see sindresorhus/meow#198), so I suggest using this workaround in the meantime. See: chalk#32, chalk#33, chalk#39, sindresorhus/meow#197, sindresorhus/meow#198
- Loading branch information