In `cli.js`: ```js // TODO: Disabled until https://github.com/sindresorhus/meow/issues/197 is fixed. // allowUnknownFlags: false, ``` Without this, users get strange, nonsensical errors when they provide an unknown flag: ``` $ node cli.js --foobar "I got your input right here" Input required ```