Closed yonaskolb closed 6 years ago
Command description should definitely be included in the help message -- I think it should be after the usage line though, that way it will have the same format as the CLI usage statement.
~ > ice
Usage: ice <command> [options]
ice package manager
Groups:
...
~ > ice build --help
Usage: ice build [options]
**Command description here**
Options:
...
Yeah ok 👍
Also maybe we could have a longDescription
for commands. If will show the long otherwise the short. This would let you describe the parameters as well, but still keep a short description for the command list. What do you think?
That sounds great to me! I think that's the best solution to #61 as well
Thanks for this, looks great!
This adds the command description to it's help output