completions/ninja: add --verbose option

This commit is contained in:
David Adam 2024-01-03 23:17:55 +08:00
parent 1fdbac3320
commit c10d00599b

View file

@ -27,4 +27,5 @@ complete -f -c ninja -s k -d "keep going until N jobs fail [default=1]"
complete -f -c ninja -s h -d "show help"
complete -f -c ninja -s d -d "enable debugging, specify debug mode"
complete -f -c ninja -s w -d "adjust warnings, specify flags"
complete -f -c ninja -s v -l verbose -d "show all command lines while building"
complete -f -c ninja -l version -d "print ninja version"