Skip to content

Commit

Permalink
add back args_override_self
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-hunt-materialize committed Dec 31, 2024
1 parent d6bdbc7 commit 6e9114f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ore/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ where
})
.collect();

let mut clap = O::command();
let mut clap = O::command().args_override_self(true);

if !config.enable_version_flag {
clap = clap.disable_version_flag(true);
Expand Down

0 comments on commit 6e9114f

Please sign in to comment.