Add new option -q for compatibility with cargo-install

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-08-05 15:02:38 +10:00
parent b6a539735d
commit 8d5f555373
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -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,
}