mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-04 03:00:03 +00:00
Pass -q
to cargo-install
if log_level
is set to off
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
3d28549fd6
commit
b6a539735d
3 changed files with 14 additions and 4 deletions
|
@ -17,4 +17,5 @@ pub struct Options {
|
|||
pub manifest_path: Option<PathBuf>,
|
||||
pub cli_overrides: PkgOverride,
|
||||
pub desired_targets: DesiredTargets,
|
||||
pub quiet: bool,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue