mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 00:41:15 -03:00
completions/ninja: add --verbose option
This commit is contained in:
@@ -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 h -d "show help"
|
||||||
complete -f -c ninja -s d -d "enable debugging, specify debug mode"
|
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 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"
|
complete -f -c ninja -l version -d "print ninja version"
|
||||||
|
|||||||
Reference in New Issue
Block a user