Skip to content

Commit

Permalink
UI(configs): fixed no-asking option category #1188
Browse files Browse the repository at this point in the history
  • Loading branch information
hitenkoku committed Oct 18, 2023
1 parent f1facca commit 30be22b
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 @@ -1478,7 +1478,7 @@ pub struct OutputOption {
pub remove_duplicate_detections: bool,

/// Do not ask questions. Scan for all events and alerts.
#[arg(help_heading = Some("Output"), short = 'a', long = "no-asking", display_order = 400)]
#[arg(help_heading = Some("General Options"), short = 'a', long = "no-asking", display_order = 400)]
pub no_ask_flag: bool,
}

Expand Down

0 comments on commit 30be22b

Please sign in to comment.