mateodelnorte / meta

tool for turning many repos into a meta repo. why choose many repos or a monolithic repo, when you can have both with a meta repo?
MIT License
2.03k stars 95 forks source link

meta commands silently fail? #302

Open danawoodman opened 2 years ago

danawoodman commented 2 years ago

🐛 Bug Report

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?"

mateodelnorte commented 2 years ago

Would love a pull request on this one.

milahu commented 1 year ago

this silently fails

meta import does/not/exist https://github.com/x/y

correct version

meta project import does/not/exist https://github.com/x/y