Skip to content

Commit 9bb60a3

Browse files
committed
feat(k3d): add 3rd party fallback completion loader
https://k3d.io/stable/usage/commands/k3d_completion/
1 parent 9a78b89 commit 9bb60a3

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
@@ -193,6 +193,7 @@
193193
/_just
194194
/_jwt
195195
/_k0sctl
196+
/_k3d
196197
/_k3s
197198
/_k3sup
198199
/_kafkactl

Diff for: completions/Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,7 @@ CLEANFILES = \
761761
_just \
762762
_jwt \
763763
_k0sctl \
764+
_k3d \
764765
_k3s \
765766
_k3sup \
766767
_kafkactl \
@@ -1196,6 +1197,7 @@ symlinks: $(DATA)
11961197
_istioctl \
11971198
_jwt \
11981199
_k0sctl \
1200+
_k3d \
11991201
_k3s \
12001202
_k3sup \
12011203
_kafkactl \

0 commit comments

Comments
 (0)