mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 07:06:36 +00:00
Add new hidden option --self-install
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
1af0df13e5
commit
d8464acc1a
1 changed files with 3 additions and 0 deletions
|
@ -404,6 +404,9 @@ pub struct Args {
|
||||||
/// This would override the `log_level`.
|
/// This would override the `log_level`.
|
||||||
#[clap(help_heading = "Meta", short, long, conflicts_with("verbose"))]
|
#[clap(help_heading = "Meta", short, long, conflicts_with("verbose"))]
|
||||||
pub(crate) quiet: bool,
|
pub(crate) quiet: bool,
|
||||||
|
|
||||||
|
#[clap(long, hidden(true))]
|
||||||
|
pub(crate) self_insall: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue