Skip to content

Commit

Permalink
fix(configs): added required option filter in search command #1257
Browse files Browse the repository at this point in the history
  • Loading branch information
hitenkoku committed Feb 3, 2024
1 parent e052fc5 commit 1dadd1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/detections/configs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,7 @@ pub struct DefaultProfileOption {
}

#[derive(Args, Clone, Debug)]
#[clap(group(ArgGroup::new("search_input_filtering").args(["keywords", "regex"]).required(true)))]
pub struct SearchOption {
#[clap(flatten)]
pub common_options: CommonOptions,
Expand Down

0 comments on commit 1dadd1d

Please sign in to comment.