changed D option and added deep-scan option #608

This commit is contained in:
DustInDark
2022-06-28 23:52:10 +09:00
parent c5feae8bb1
commit 6e555f0ec2

View File

@@ -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,