dojo / cli

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

Remove default command when more than one exists #138

Closed tomdye closed 3 years ago

tomdye commented 7 years ago

Enhancement

The notion of having a default command per group when more than one command exists should be removed. As we move forward and likely create cli-create-app and cli-create-widget etc.. we should not support a default command when both exist as it may provide undesireable results for the end user. When only one is installed, however, (most cases) the default command is acceptable.

When more than one command exists for the given group, the user should be shown the help for the installed commands.

kitsonk commented 6 years ago

Doesn't feel like this needs to be discussed... It is either an enhancement or we should close the issue.