Shorten rendered color help text

Before: "Syntax highlighting and colored Cargo output [possible values: auto, always, never]"
This commit is contained in:
David Tolnay 2023-10-02 11:20:01 -04:00
parent 3c635f10b6
commit fc882e2f98
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -36,8 +36,8 @@ pub struct Expand {
#[arg(long)]
pub verbose: bool,
/// Syntax highlighting and colored Cargo output
#[arg(long, value_name = "WHEN")]
/// Syntax highlighting and colored Cargo output (auto, always, never)
#[arg(long, value_name = "WHEN", hide_possible_values = true)]
pub color: Option<Coloring>,
/// Override a configuration value