cac icon indicating copy to clipboard operation
cac copied to clipboard

Add suggestion to invalid cli flag

Open egoist opened this issue 6 years ago • 1 comments

> node cli.js --fo
> invalid cli flag `--fo`, did you mean `--foo`?

egoist avatar Jan 06 '18 05:01 egoist

maybe we can add an event for unknown options and leave this to user-land:

cli.on('unknown:option', option => {
  // Check if there's similar option name
})

egoist avatar Dec 02 '18 07:12 egoist