Skip to content

Commit eefe71d

Browse files
committed
feat(dlv): add 3rd party fallback completion loader
https://github.com/go-delve/delve
1 parent 032f0f0 commit eefe71d

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
@@ -68,6 +68,7 @@
6868
/dfutool
6969
/_diesel
7070
/display
71+
/_dlv
7172
/_docker
7273
/dpkg-deb
7374
/dpkg-query

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,7 @@ CLEANFILES = \
586586
dfutool \
587587
_diesel \
588588
display \
589+
_dlv \
589590
_docker \
590591
dpkg-deb \
591592
dpkg-query \
@@ -1001,6 +1002,7 @@ symlinks: $(DATA)
10011002
_constellation \
10021003
_crc \
10031004
_datree \
1005+
_dlv \
10041006
_docker \
10051007
_gardenctl \
10061008
_gh-label \

0 commit comments

Comments
 (0)