mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Add new option Options::force
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
0bbeecce86
commit
04fee49c22
1 changed files with 4 additions and 0 deletions
|
@ -131,6 +131,10 @@ struct Options {
|
||||||
#[clap(help_heading = "Options", long)]
|
#[clap(help_heading = "Options", long)]
|
||||||
secure: bool,
|
secure: bool,
|
||||||
|
|
||||||
|
/// Force a crate to be installed even if it is already installed.
|
||||||
|
#[clap(help_heading = "Options", long)]
|
||||||
|
force: bool,
|
||||||
|
|
||||||
/// Require a minimum TLS version from remote endpoints.
|
/// Require a minimum TLS version from remote endpoints.
|
||||||
///
|
///
|
||||||
/// The default is not to require any minimum TLS version, and use the negotiated highest
|
/// The default is not to require any minimum TLS version, and use the negotiated highest
|
||||||
|
|
Loading…
Add table
Reference in a new issue