Skip to content

Commit 03229b3

Browse files
committed
feat(jwt): add 3rd party fallback completion loader
https://github.com/mike-engel/jwt-cli#shell-completion
1 parent 3dec92b commit 03229b3

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
@@ -191,6 +191,7 @@
191191
/javac
192192
/javadoc
193193
/_just
194+
/_jwt
194195
/_k3s
195196
/_k3sup
196197
/_kafkactl

Diff for: completions/Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,7 @@ CLEANFILES = \
759759
javac \
760760
javadoc \
761761
_just \
762+
_jwt \
762763
_k3s \
763764
_k3sup \
764765
_kafkactl \
@@ -1192,6 +1193,7 @@ symlinks: $(DATA)
11921193
_incus \
11931194
_ignite \
11941195
_istioctl \
1196+
_jwt \
11951197
_k3s \
11961198
_k3sup \
11971199
_kafkactl \

0 commit comments

Comments
 (0)