Skip to content

Commit eeeef1c

Browse files
committed
feat(tilt): add 3rd party fallback completion loader
https://docs.tilt.dev/cli/tilt_completion_bash.html
1 parent 014faa5 commit eeeef1c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

completions/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@
416416
/_tendermint
417417
/_terraform
418418
/_tfctl
419+
/_tilt
419420
/_tkn
420421
/_tkn-pac
421422
/tightvncviewer

completions/Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -1022,6 +1022,7 @@ CLEANFILES = \
10221022
_tendermint \
10231023
_terraform \
10241024
_tfctl \
1025+
_tilt \
10251026
_tkn \
10261027
_tkn-pac \
10271028
tightvncviewer \
@@ -1305,6 +1306,7 @@ symlinks: $(DATA)
13051306
_tanzu-core \
13061307
_tctl \
13071308
_tfctl \
1309+
_tilt \
13081310
_tkn \
13091311
_tkn-pac \
13101312
_trivy \

0 commit comments

Comments
 (0)