mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-07 12:40:04 +00:00
Add new option -q
for compatibility with cargo-install
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
b6a539735d
commit
8d5f555373
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ struct Options {
|
|||
/// Equivalent to setting `log_level` to `off`.
|
||||
///
|
||||
/// This would override the `log_level`.
|
||||
#[clap(help_heading = "Meta", long)]
|
||||
#[clap(help_heading = "Meta", short, long)]
|
||||
quiet: bool,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue