mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-14 14:46:37 +00:00
Fix --self-install
clap doc
Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
This commit is contained in:
parent
91e3b4c9b4
commit
5e7d54ee2c
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue