mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
completions/ninja: add --verbose option
This commit is contained in:
parent
1fdbac3320
commit
c10d00599b
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue