Skip to content

Commit 5d5f997

Browse files
committed
feat(diffoci): add 3rd party fallback completion loader
https://github.com/reproducible-containers/diffoci
1 parent 594de4e commit 5d5f997

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
@@ -100,6 +100,7 @@
100100
/_devspace
101101
/dfutool
102102
/_diesel
103+
/_diffoci
103104
/display
104105
/_dlv
105106
/_docker

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,7 @@ CLEANFILES = \
660660
_depot \
661661
_devspace \
662662
dfutool \
663+
_diffoci \
663664
_diesel \
664665
display \
665666
_dlv \
@@ -1217,6 +1218,7 @@ symlinks: $(DATA)
12171218
_deck \
12181219
_depot \
12191220
_devspace \
1221+
_diffoci \
12201222
_dlv \
12211223
_docker \
12221224
_driftctl \

0 commit comments

Comments
 (0)