dojo / cli

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

Better handle calling help on non existent commands #267

Closed JamesLMilner closed 6 years ago

JamesLMilner commented 6 years ago

Type: bug

The following has been addressed in the PR:

Description:

At the moment the CLI returns the help template on non existent commands. This PR fixes that.

Resolves #266

screenshot_20181015_115521

agubler commented 6 years ago

@JamesMilnerUK how does this actually look in the command output?

JamesLMilner commented 6 years ago

I am reworking this to show the full main help, with an additional warning message in red, rather than just showing a simple error message.

JamesLMilner commented 6 years ago

Closing in favour of #269