From ed8bf389034e0750f000b90bc4ed88513e3d3c47 Mon Sep 17 00:00:00 2001 From: Bruce Thelen Date: Tue, 15 Sep 2020 18:56:57 -0500 Subject: [PATCH] Add fish completions for kind Closes #61189. Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/kind.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Formula/kind.rb b/Formula/kind.rb index 390d597ae02..377f45458e4 100644 --- a/Formula/kind.rb +++ b/Formula/kind.rb @@ -26,6 +26,10 @@ class Kind < Formula # Install zsh completion output = Utils.safe_popen_read("#{bin}/kind", "completion", "zsh") (zsh_completion/"_kind").write output + + # Install fish completion + output = Utils.safe_popen_read("#{bin}/kind", "completion", "fish") + (fish_completion/"kind.fish").write output end test do