mirror of
https://github.com/dtolnay/cargo-expand.git
synced 2025-04-03 21:07:37 +03:00
Shorten rendered color help text
Before: "Syntax highlighting and colored Cargo output [possible values: auto, always, never]"
This commit is contained in:
parent
3c635f10b6
commit
fc882e2f98
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue