Skip to content

Commit

Permalink
refactor: chage to apply the change to list-file-types as well
Browse files Browse the repository at this point in the history
  • Loading branch information
thenatx committed Jun 3, 2024
1 parent 05efe86 commit 9c57aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sss_lib/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pub struct GenerationSettingsArgs {
help = "[values: raw or file path] If it is set then the result will be saved here"
)]
#[serde(skip)]
#[clap(required_unless_present = "list_themes")]
#[clap(required_unless_present_any = &["list_themes", "list_file_types"])]
pub output: Option<String>,
#[clap(
long,
Expand Down

0 comments on commit 9c57aa8

Please sign in to comment.