kubie: add bash completion
This commit is contained in:
parent
7e48da8d72
commit
4b43216acc
@ -15,6 +15,11 @@ buildRustPackage rec {
|
||||
|
||||
cargoSha256 = "0mish7wqwq5ynl98n6swdn5i6mg62aih5rfykbl3wx39b468n481";
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/share/bash-completion/completions
|
||||
cp -v ${src}/completion/kubie.bash $out/share/bash-completion/completions/kubie
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description =
|
||||
"Shell independent context and namespace switcher for kubectl";
|
||||
|
Loading…
Reference in New Issue
Block a user