dojo / cli

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

Drop `WARN - skipping` output from eject command #105

Closed tomdye closed 7 years ago

tomdye commented 7 years ago

Currently the eject command outputs a bright red WARN message for every command that does not implement eject. This could be misleading to a user as there is no real error here. For example, the cli-create-app command will never have an eject so the user will always be shown an error here for something that is an author time decision, not a run time error.