mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
Update share/completions/k3d.fish
Co-authored-by: Gokul Soumya <gokulps15@gmail.com>
This commit is contained in:
parent
da16e8c6b3
commit
0f78700f6b
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue