clusterctl: add fish shell completion

This commit is contained in:
superherointj 2024-04-29 17:40:42 -03:00 committed by GitHub
parent 749ae8edd4
commit c35a4655ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)
'';