summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Seyfert <pseyfert.mathphys@gmail.com>2022-09-04 11:35:49 +0200
committerPaul Seyfert <pseyfert.mathphys@gmail.com>2022-09-04 11:35:49 +0200
commit184bfeb5cc802539e51bd344bedb4749b1dfae58 (patch)
treeab559f9ab245e17b206a39b84a8aed3a5c2f147a
parentaa25b3dc9d56a87d64c31e7b77df1d3da9438692 (diff)
downloadninja-184bfeb5cc802539e51bd344bedb4749b1dfae58.tar.gz
Add --quiet flag to zsh completion
-rw-r--r--misc/zsh-completion3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/zsh-completion b/misc/zsh-completion
index d42dac2..d439df3 100644
--- a/misc/zsh-completion
+++ b/misc/zsh-completion
@@ -68,7 +68,8 @@ _arguments \
'-l+[Do not start new jobs if the load average is greater than N]:number of jobs' \
'-k+[Keep going until N jobs fail (default=1)]:number of jobs' \
'-n[Dry run (do not run commands but act like they succeeded)]' \
- '(-v --verbose)'{-v,--verbose}'[Show all command lines while building]' \
+ '(-v --verbose --quiet)'{-v,--verbose}'[Show all command lines while building]' \
+ "(-v --verbose --quiet)--quiet[Don't show progress status, just command output]" \
'-d+[Enable debugging (use -d list to list modes)]:modes:_ninja-modes' \
'-t+[Run a subtool (use -t list to list subtools)]:tools:_ninja-tools' \
'*::targets:_ninja-targets'