dvm icon indicating copy to clipboard operation
dvm copied to clipboard

Support help for commands and sub-commands

Open cbracken opened this issue 8 years ago • 0 comments

Today, dvm help only ever displays the top-level usage, never anything command or sub-command specific:

% dvm help alias create
usage: dvm <command> [<args>]
...

dvm does actually have useful help strings, but users need to enter an invalid command to get them:

% dvm alias
usage: dvm alias <create|update|delete|list> [<args>]

% dvm alias create
usage: dvm alias create <alias> [--path] <version>

cbracken avatar Jan 09 '17 18:01 cbracken