Skip to content

Commit 9a78b89

Browse files
committed
feat(k0sctl): add 3rd party fallback completion loader
https://github.com/k0sproject/k0sctl#shell-auto-completions
1 parent 03229b3 commit 9a78b89

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
@@ -192,6 +192,7 @@
192192
/javadoc
193193
/_just
194194
/_jwt
195+
/_k0sctl
195196
/_k3s
196197
/_k3sup
197198
/_kafkactl

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,7 @@ CLEANFILES = \
760760
javadoc \
761761
_just \
762762
_jwt \
763+
_k0sctl \
763764
_k3s \
764765
_k3sup \
765766
_kafkactl \
@@ -1194,6 +1195,7 @@ symlinks: $(DATA)
11941195
_ignite \
11951196
_istioctl \
11961197
_jwt \
1198+
_k0sctl \
11971199
_k3s \
11981200
_k3sup \
11991201
_kafkactl \

0 commit comments

Comments
 (0)