Skip to content

Commit cb5005c

Browse files
committed
feat(k9s): add 3rd party fallback completion loader
https://github.com/derailed/k9s
1 parent 05ec5d8 commit cb5005c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

completions/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@
197197
/_k3s
198198
/_k3sup
199199
/_k6
200+
/_k9s
200201
/_kafkactl
201202
/_kapp
202203
/_kata-runtime

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -765,6 +765,7 @@ CLEANFILES = \
765765
_k3s \
766766
_k3sup \
767767
_k6 \
768+
_k9s \
768769
_kafkactl \
769770
_kapp \
770771
_kata-runtime \
@@ -1202,6 +1203,7 @@ symlinks: $(DATA)
12021203
_k3s \
12031204
_k3sup \
12041205
_k6 \
1206+
_k9s \
12051207
_kafkactl \
12061208
_kapp \
12071209
_kconf \

0 commit comments

Comments
 (0)