diff --git a/crates/bin/src/args.rs b/crates/bin/src/args.rs index f63f7e7e..55fb7209 100644 --- a/crates/bin/src/args.rs +++ b/crates/bin/src/args.rs @@ -405,7 +405,7 @@ pub struct Args { #[clap(help_heading = "Meta", short, long, conflicts_with("verbose"))] pub(crate) quiet: bool, - #[clap(long, hidden(true))] + #[clap(long, hide(true))] pub(crate) self_install: bool, }