Mention colored help is not available by default

While reading the features available, it would be good to be informed that
colored help is available, this makes colored help more discoverable.
This commit is contained in:
Ivan Tham 2020-11-05 13:15:29 +08:00 committed by Pavan Kumar Sunkara
parent d51c0b5a55
commit d985755ca1

View file

@ -434,7 +434,7 @@ Then run `cargo build` or `cargo update && cargo build` for your project.
* **derive**: Enables the custom derive (i.e. `#[derive(Clap)]`). Without this you must use one of the other methods of creating a `clap` CLI listed above
* **suggestions**: Turns on the `Did you mean '--myoption'?` feature for when users make typos. (builds dependency `strsim`)
* **color**: Turns on colored error messages. (builds dependency `termcolor`)
* **color**: Turns on colored error messages. You still have to turn on colored help by setting `AppSettings::ColoredHelp`. (builds dependency `termcolor`)
To disable these, add this to your `Cargo.toml`: