mesg-foundation / js-sdk

Javascript mono-repo with all the tools to interact with MESG
https://mesg.com
4 stars 4 forks source link

Command proposition doesn't work #17

Closed NicolasMahe closed 4 years ago

NicolasMahe commented 5 years ago

When entering the a command with a typo, the cli is proposing the correct one, but there is no way to confirm it...

I enter y and the command just exit:

➜  cli git:(fix/error-response) ./bin/run service:log marketplace
 ›   Warning: service:log is not a mesg-cli command.
Did you mean service:logs? [y/n]: 
Did you mean service:logs? [y/n]: 
Did you mean service:logs? [y/n]: y
antho1404 commented 5 years ago

This is due to a specific time set by the library. Issue created here https://github.com/oclif/plugin-not-found/issues/29

antho1404 commented 4 years ago

Issue migrated to liteflow-labs/liteflow-js#8