Skip to content

Commit

Permalink
"conflicts with all" fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
noise64 committed Dec 17, 2024
1 parent 884e85a commit 528b6c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion golem-cli/src/command/component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ pub enum ComponentSubCommand<
#[arg(
long,
short,
conflicts_with_all = vec!["component-file", "component-type-flag"],
conflicts_with_all = vec!["component_file", "component_type"],
verbatim_doc_comment
)]
app: Vec<PathBuf>,
Expand Down
2 changes: 1 addition & 1 deletion golem-cli/src/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ struct ComponentUriOrNamesArgs {
short = 'C',
long,
value_name = "URI",
conflicts_with_all = vec!["component-name"],
conflicts_with_all = vec!["component_name"],
)]
component: Option<ComponentUri>,

Expand Down

0 comments on commit 528b6c7

Please sign in to comment.