mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-23 12:12:55 +00:00
Pass --force
to cargo-install
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
4b79abeedc
commit
34f714c64f
3 changed files with 8 additions and 1 deletions
|
@ -13,6 +13,7 @@ pub use install::*;
|
|||
pub struct Options {
|
||||
pub no_symlinks: bool,
|
||||
pub dry_run: bool,
|
||||
pub force: bool,
|
||||
pub version: Option<CompactString>,
|
||||
pub manifest_path: Option<PathBuf>,
|
||||
pub cli_overrides: PkgOverride,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue