mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 21:34:57 +00:00
[ty] Allow -q
short alias for --quiet
(#19364)
This commit is contained in:
parent
560ae04346
commit
0c84652cc5
3 changed files with 22 additions and 1 deletions
|
@ -30,6 +30,7 @@ pub(crate) struct Verbosity {
|
|||
|
||||
#[arg(
|
||||
long,
|
||||
short,
|
||||
help = "Use quiet output",
|
||||
action = clap::ArgAction::Count,
|
||||
global = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue