Add a few missing words to the commands statement in the first line of scripts/completions/fish-completion.fish.
This commit is contained in:
parent
704b3d479e
commit
bbd060618f
|
@ -1,4 +1,4 @@
|
||||||
set -l commands --help -p --printresult
|
set -l commands --version -h --help --target= -p --printresult
|
||||||
|
|
||||||
complete -c ybcon -f -a "(__fish_complete_suffix .ybcon)"
|
complete -c ybcon -f -a "(__fish_complete_suffix .ybcon)"
|
||||||
complete -c ybcon -x -s h -l help -d "Print the help screen"
|
complete -c ybcon -x -s h -l help -d "Print the help screen"
|
||||||
|
|
Loading…
Reference in New Issue