kind: update completion
This commit is contained in:
parent
fb5cf24d7b
commit
454f8ef82a
@ -19,9 +19,10 @@ buildGoPackage rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
$bin/bin/kind completion bash > kind.bash
|
for shell in bash zsh; do
|
||||||
$bin/bin/kind completion zsh > kind.zsh
|
$bin/bin/kind completion $shell > kind.$shell
|
||||||
installShellCompletion kind.{bash,zsh}
|
installShellCompletion kind.$shell
|
||||||
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user