Skip to content

Commit ba56206

Browse files
committed
feat(depot): add 3rd party fallback completion loader
https://github.com/depot/cli
1 parent 55a75aa commit ba56206

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
@@ -92,6 +92,7 @@
9292
/dcop
9393
/_deck
9494
/_deno
95+
/_depot
9596
/_devspace
9697
/dfutool
9798
/_diesel

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,7 @@ CLEANFILES = \
647647
_datree \
648648
dcop \
649649
_deck \
650+
_depot \
650651
_devspace \
651652
_deno \
652653
dfutool \
@@ -1152,6 +1153,7 @@ symlinks: $(DATA)
11521153
_dasel \
11531154
_datree \
11541155
_deck \
1156+
_depot \
11551157
_devspace \
11561158
_dlv \
11571159
_docker \

0 commit comments

Comments
 (0)