Skip to content

Commit baeb267

Browse files
committed
feat(kafkactl): add 3rd party fallback completion loader
https://github.com/deviceinsight/kafkactl#bash
1 parent c58ae25 commit baeb267

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

completions/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@
182182
/javadoc
183183
/_k3s
184184
/_k3sup
185+
/_kafkactl
185186
/_kata-runtime
186187
/_kn
187188
/_kool

completions/Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,7 @@ CLEANFILES = \
742742
javadoc \
743743
_k3s \
744744
_k3sup \
745+
_kafkactl \
745746
_kata-runtime \
746747
_kn \
747748
_kool \
@@ -1137,6 +1138,7 @@ symlinks: $(DATA)
11371138
_istioctl \
11381139
_k3s \
11391140
_k3sup \
1141+
_kafkactl \
11401142
_kn \
11411143
_kool \
11421144
_krane \

0 commit comments

Comments
 (0)