Skip to content

Commit f817cca

Browse files
committed
feat(dive): add 3rd party fallback completion loader
https://github.com/wagoodman/dive
1 parent fc3c5ec commit f817cca

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

completions-fallback/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
/devspace.bash
5656
/diesel.bash
5757
/diffoci.bash
58+
/dive.bash
5859
/dlv.bash
5960
/docker.bash
6061
/dprint.bash

completions-fallback/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ CLEANFILES = \
134134
devspace.bash \
135135
diesel.bash \
136136
diffoci.bash \
137+
dive.bash \
137138
dlv.bash \
138139
docker.bash \
139140
dprint.bash \
@@ -360,6 +361,7 @@ symlinks: $(DATA)
360361
depot \
361362
devspace \
362363
diffoci \
364+
dive \
363365
dlv \
364366
docker \
365367
driftctl \

0 commit comments

Comments
 (0)