Currently, none of the sub commands or options of devca have descriptions in the help text.
Each sub command and argument/option to each sub command should have a short description with it.
This should be accomplish-able using the existing derive pattern with Clap https://crates.io/crates/clap/3.0.0-beta.1
Currently, none of the sub commands or options of
devcahave descriptions in the help text.Each sub command and argument/option to each sub command should have a short description with it.
This should be accomplish-able using the existing derive pattern with Clap https://crates.io/crates/clap/3.0.0-beta.1