Merge pull request #198 from mlegner/coloring-values

Remove duplicated coloring values in help message
This commit is contained in:
David Tolnay 2023-10-02 11:12:50 -04:00 committed by GitHub
commit e69afb28e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ pub struct Expand {
#[arg(long)]
pub verbose: bool,
/// Coloring: auto, always, never
/// Coloring
#[arg(long, value_name = "WHEN")]
pub color: Option<Coloring>,