Add a few missing words to the commands statement in the first line of scripts/completions/fish-completion.fish.

This commit is contained in:
Username404-59 2021-03-29 21:18:29 +02:00
parent 704b3d479e
commit bbd060618f
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -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 -x -s h -l help -d "Print the help screen"