dojo / cli

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

Create custom help output for cli and commands #228

Closed agubler closed 6 years ago

agubler commented 6 years ago

Enhancement

Currently the CLI uses the default help output from yargs for the cli help output. This has been fine up to now, but it is very basic looking and hard to customise.

We should consider managing the CLI help explicitly and write a custom help output that is targeted for our exact CLI architecture.

This would enable use to create some nice output for the CLI help.