Update share/completions/k3d.fish

Co-authored-by: Gokul Soumya <gokulps15@gmail.com>
This commit is contained in:
Daniel Kravetz 2020-07-16 15:37:03 +02:00 committed by ridiculousfish
parent da16e8c6b3
commit 0f78700f6b

View file

@ -10,4 +10,4 @@ complete -rc k3d -n __fish_use_subcommand -a load -d "Load an in image into a cl
complete -rc k3d -n __fish_use_subcommand -a start -d "Start a resource [cluster, node]"
complete -rc k3d -n __fish_use_subcommand -a stop -d "Stop a resource [cluster, node]"
complete -rc k3d -n __fish_use_subcommand -a version -d "Print k3d version"
complete -rc k3d -n __fish_use_subcommand -a --help -d "Show usage help"
complete -rc k3d -l help -d "Show usage help"