Skip to content

Commit c3784cc

Browse files
committed
feat(ctlptl): add 3rd party fallback completion loader
https://github.com/tilt-dev/ctlptl/blob/main/docs/ctlptl_completion_bash.md
1 parent 7823df8 commit c3784cc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

completions/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
/createdb
8080
/createuser
8181
/_crictl
82+
/_ctlptl
8283
/_cz
8384
/_datree
8485
/dcop

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,7 @@ CLEANFILES = \
627627
createdb \
628628
createuser \
629629
_crictl \
630+
_ctlptl \
630631
_cz \
631632
_datree \
632633
dcop \
@@ -1083,6 +1084,7 @@ symlinks: $(DATA)
10831084
_crane \
10841085
_crc \
10851086
_crictl \
1087+
_ctlptl \
10861088
_datree \
10871089
_dlv \
10881090
_docker \

0 commit comments

Comments
 (0)