Skip to content

Commit

Permalink
chg: no-color short option
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Nov 15, 2024
1 parent 2f7ef48 commit f2f6945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detections/configs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1630,7 +1630,7 @@ pub struct OutputOption {
#[derive(Copy, Args, Clone, Debug)]
pub struct CommonOptions {
/// Disable color output
#[arg(help_heading = Some("Display Settings"), short = 'k', long = "no-color", global = true, display_order = 400)]
#[arg(help_heading = Some("Display Settings"), short = 'K', long = "no-color", global = true, display_order = 400)]
pub no_color: bool,

/// Quiet mode: do not display the launch banner
Expand Down

0 comments on commit f2f6945

Please sign in to comment.