From bd6471d2ceda01ad1adcf09c64d20ac1038564bc Mon Sep 17 00:00:00 2001 From: "Kevin F. Konrad" Date: Sun, 1 Oct 2023 08:38:27 +0200 Subject: [PATCH] add completions for crc and oc (#10034) (cherry picked from commit 269c9c3f0c0308c0abaaf716b8c5a5e22b92c274) --- share/completions/crc.fish | 1 + share/completions/oc.fish | 1 + 2 files changed, 2 insertions(+) create mode 100644 share/completions/crc.fish create mode 100644 share/completions/oc.fish diff --git a/share/completions/crc.fish b/share/completions/crc.fish new file mode 100644 index 000000000..de2272d30 --- /dev/null +++ b/share/completions/crc.fish @@ -0,0 +1 @@ +crc completion fish | source diff --git a/share/completions/oc.fish b/share/completions/oc.fish new file mode 100644 index 000000000..26a7881cb --- /dev/null +++ b/share/completions/oc.fish @@ -0,0 +1 @@ +oc completion fish | source