fuelup icon indicating copy to clipboard operation
fuelup copied to clipboard

`fuelup <SUBCOMMAND> --help` should display more information about the command

Open Braqzen opened this issue 3 years ago • 1 comments

Summary

When looking at the help section of the install sub-command it does not tell me anything additional to what fuelup --help tells me for that sub-command. It actually shows me less info. All it shows me is the usage - which at this point (with the number of sub-commands and their simplicity) is useless.

Fix: Add a Description section or something equivalent to expand on the 1 liner presented by just using fuelup --help Note: How rustup does it.

Screenshots

fuelup

1 2

rustup

2

Braqzen avatar Jun 10 '22 06:06 Braqzen

For anyone interested in tackling this, this should just be a matter of extending the doc comments for the relevant command. Clap auto-generates the CLI help from the Rust doc comments.

mitchmindtree avatar Jun 13 '22 05:06 mitchmindtree