mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
Update default features in README
Since commit ac97edde90
, feature
"wrap_help" is not enabled by default.
Update the README accordingly.
This commit is contained in:
parent
4442af96c6
commit
d954b3c734
1 changed files with 0 additions and 1 deletions
|
@ -438,7 +438,6 @@ Then run `cargo build` or `cargo update && cargo build` for your project.
|
||||||
|
|
||||||
* **"suggestions"**: Turns on the `Did you mean '--myoption'?` feature for when users make typos. (builds dependency `strsim`)
|
* **"suggestions"**: Turns on the `Did you mean '--myoption'?` feature for when users make typos. (builds dependency `strsim`)
|
||||||
* **"color"**: Turns on colored error messages. This feature only works on non-Windows OSs. (builds dependency `ansi-term`)
|
* **"color"**: Turns on colored error messages. This feature only works on non-Windows OSs. (builds dependency `ansi-term`)
|
||||||
* **"wrap_help"**: Wraps the help at the actual terminal width when available, instead of 120 characters. (builds dependency `term_size`)
|
|
||||||
* **"vec_map"**: Use [`VecMap`](https://crates.io/crates/vec_map) internally instead of a [`BTreeMap`](https://doc.rust-lang.org/stable/std/collections/struct.BTreeMap.html). This feature provides a _slight_ performance improvement. (builds dependency `vec_map`)
|
* **"vec_map"**: Use [`VecMap`](https://crates.io/crates/vec_map) internally instead of a [`BTreeMap`](https://doc.rust-lang.org/stable/std/collections/struct.BTreeMap.html). This feature provides a _slight_ performance improvement. (builds dependency `vec_map`)
|
||||||
|
|
||||||
To disable these, add this to your `Cargo.toml`:
|
To disable these, add this to your `Cargo.toml`:
|
||||||
|
|
Loading…
Reference in a new issue