Skip to content

Commit c6fc803

Browse files
committed
feat(talhelper): add 3rd party fallback completion loader
https://budimanjojo.github.io/talhelper/latest/guides/#shell-completion
1 parent 44427f4 commit c6fc803

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
@@ -409,6 +409,7 @@
409409
/stream
410410
/sudoedit
411411
/_syft
412+
/_talhelper
412413
/_tanzu
413414
/_tanzu-core
414415
/_tendermint

Diff for: completions/Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -1015,6 +1015,7 @@ CLEANFILES = \
10151015
stream \
10161016
sudoedit \
10171017
_syft \
1018+
_talhelper \
10181019
_tanzu \
10191020
_tanzu-core \
10201021
_tendermint \
@@ -1297,6 +1298,7 @@ symlinks: $(DATA)
12971298
_ssh-inscribe \
12981299
_steampipe \
12991300
_syft \
1301+
_talhelper \
13001302
_tanzu \
13011303
_tanzu-core \
13021304
_tkn \

0 commit comments

Comments
 (0)