From 5405833822ae4cc235543d627f5e7b6247dc24f4 Mon Sep 17 00:00:00 2001 From: Dezhi Wu Date: Tue, 15 Oct 2024 07:40:55 +0800 Subject: [PATCH] feat(completion): Add kops.fish completion [kOps] is a set of tools for installing, operating, and deleting Kubernetes clusters. [kOps]: https://github.com/kubernetes/kops/ --- share/completions/kops.fish | 1 + 1 file changed, 1 insertion(+) create mode 100644 share/completions/kops.fish diff --git a/share/completions/kops.fish b/share/completions/kops.fish new file mode 100644 index 000000000..8a0ee42d0 --- /dev/null +++ b/share/completions/kops.fish @@ -0,0 +1 @@ +kops completion fish 2>/dev/null | source