Add new hidden option --self-install

Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
Jiahao XU 2024-11-06 12:03:36 +11:00 committed by GitHub
parent 1af0df13e5
commit d8464acc1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)]