oclif/plugin-not-found

'Did you mean version' does not register as a valid command

dkbnz opened this issue · 1 comments

dkbnz commented

Steps to reproduce

Create a new multicommand project. Select all defaults.

npx oclif multi testcli

Install plugin-not-found.

npm install @oclif/plugin-not-found

Add to package.json as described here

After linking and running the cli with a misspelt version, the following happens:
Screen Shot 2021-08-19 at 4 16 35 PM

Closing since this is resolved in the latest major version