You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we invoke CLI with unknown commands from terminal, the CLI just ignore and exit.
For example:
vue something
It will output nothing.
What does the proposed API look like?
How about output the help information and tell users that the entered something is not a correct command or is an unknown command? It's just a small enhancement for user experience though.