[ty] Allow -q short alias for --quiet (#19364)

This commit is contained in:
Zanie Blue 2025-07-15 12:00:07 -05:00 committed by GitHub
parent 560ae04346
commit 0c84652cc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 22 additions and 1 deletions

View file

@ -30,6 +30,7 @@ pub(crate) struct Verbosity {
#[arg(
long,
short,
help = "Use quiet output",
action = clap::ArgAction::Count,
global = true,