Merge pull request #211629 from techknowlogick/helm-fish

kubernetes-helm: enable fish completion
This commit is contained in:
Nick Cao 2023-01-20 14:21:26 +08:00 committed by GitHub
commit 4f91c4c40a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,8 @@ buildGoModule rec {
postInstall = '' postInstall = ''
$out/bin/helm completion bash > helm.bash $out/bin/helm completion bash > helm.bash
$out/bin/helm completion zsh > helm.zsh $out/bin/helm completion zsh > helm.zsh
installShellCompletion helm.{bash,zsh} $out/bin/helm completion fish > helm.fish
installShellCompletion helm.{bash,zsh,fish}
''; '';
meta = with lib; { meta = with lib; {