mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 22:56:37 +00:00
Make --self-install
a boolean flag
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
40a9033375
commit
65ca3d57c0
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ pub struct Args {
|
||||||
pub(crate) quiet: bool,
|
pub(crate) quiet: bool,
|
||||||
|
|
||||||
#[clap(long, hidden(true))]
|
#[clap(long, hidden(true))]
|
||||||
pub(crate) self_install: Option<PathBuf>,
|
pub(crate) self_install: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue