diff --git a/crates/bin/src/args.rs b/crates/bin/src/args.rs index dc4480b4..b66c05bd 100644 --- a/crates/bin/src/args.rs +++ b/crates/bin/src/args.rs @@ -404,6 +404,9 @@ pub struct Args { /// This would override the `log_level`. #[clap(help_heading = "Meta", short, long, conflicts_with("verbose"))] pub(crate) quiet: bool, + + #[clap(long, hidden(true))] + pub(crate) self_insall: bool, } #[derive(Debug, Clone)]