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
Running an unknown command silently fails. Something like meta npm dev (should be meta npm run dev) or even meta foo silently fails just outputs nothing.
To Reproduce
meta foo
Expected behavior
I would expect a failure message like No known command "meta foo". Are you sure you typed it correctly?"
The text was updated successfully, but these errors were encountered:
🐛 Bug Report
Running an unknown command silently fails. Something like
meta npm dev
(should bemeta npm run dev
) or evenmeta foo
silently fails just outputs nothing.To Reproduce
meta foo
Expected behavior
I would expect a failure message like
No known command "meta foo". Are you sure you typed it correctly?"
The text was updated successfully, but these errors were encountered: