changed D option and added deep-scan option #608
This commit is contained in:
@@ -115,9 +115,13 @@ pub struct Config {
|
||||
pub visualize_timeline: bool,
|
||||
|
||||
/// Enable rules marked as deprecated
|
||||
#[clap(short = 'D', long = "enable-deprecated-rules")]
|
||||
#[clap(long = "enable-deprecated-rules")]
|
||||
pub enable_deprecated_rules: bool,
|
||||
|
||||
/// Scan to all event ID
|
||||
#[clap(short = "D", long="deep-scan")]
|
||||
pub deep_scan: bool,
|
||||
|
||||
/// Enable rules marked as noisy
|
||||
#[clap(short = 'n', long = "enable-noisy-rules")]
|
||||
pub enable_noisy_rules: bool,
|
||||
|
||||
Reference in New Issue
Block a user