clusterctl: add fish shell completion
This commit is contained in:
parent
749ae8edd4
commit
c35a4655ab
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ buildGoModule rec {
|
|||
|
||||
installShellCompletion --cmd clusterctl \
|
||||
--bash <($out/bin/clusterctl completion bash) \
|
||||
--fish <($out/bin/clusterctl completion fish) \
|
||||
--zsh <($out/bin/clusterctl completion zsh)
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue