dojo / cli

:rocket: Dojo - command line tooling.
http://dojo.io
Other
26 stars 34 forks source link

cli should not error if no commands have implemented eject #95

Closed agubler closed 7 years ago

agubler commented 7 years ago

Currently eject throws an error if no commands have implemented it, we should either not throw an error and report that now commands have implemented or not register the command if there are no available commands to eject,