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