Skip to content

Commit c58ae25

Browse files
committed
feat(k3sup): add 3rd party fallback completion loader
https://github.com/alexellis/k3sup
1 parent c7da7bb commit c58ae25

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Diff for: completions/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@
181181
/javac
182182
/javadoc
183183
/_k3s
184+
/_k3sup
184185
/_kata-runtime
185186
/_kn
186187
/_kool

Diff for: completions/Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,7 @@ CLEANFILES = \
741741
javac \
742742
javadoc \
743743
_k3s \
744+
_k3sup \
744745
_kata-runtime \
745746
_kn \
746747
_kool \
@@ -1135,6 +1136,7 @@ symlinks: $(DATA)
11351136
_ignite \
11361137
_istioctl \
11371138
_k3s \
1139+
_k3sup \
11381140
_kn \
11391141
_kool \
11401142
_krane \

0 commit comments

Comments
 (0)