fix(completion): describe cargo add/remove --color like the other 41

Every other --color in the cargo spec reads "Coloring: auto, always,
never"; add and remove had none, so the one flag that appears on nearly
every cargo subcommand explained itself everywhere except the two
newest.

The spec's other cargo gaps are left alone on purpose. They are not
unwritten text: `cargo tree --no-dev-dependencies`, `--prefix-depth`,
`--no-indent` and the `vendor` flags beside them are from the old
cargo-tree subcommand and current cargo has no such flags, while
`cargo config get` is undescribed in cargo's own help. Writing prose for
those would document flags that do not exist.
This commit is contained in:
l0ng-ai
2026-08-09 00:03:36 +07:00
parent 50909b0f84
commit 40698ed344
File diff suppressed because one or more lines are too long