Skip to content

Commit 3a37c60

Browse files
committed
feat(dyff): add 3rd party fallback completion loader
https://github.com/homeport/dyff
1 parent fffafbc commit 3a37c60

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
@@ -102,6 +102,7 @@
102102
/_driftctl
103103
/dropdb
104104
/dropuser
105+
/_dyff
105106
/edquota
106107
/etherwake
107108
/f77

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,7 @@ CLEANFILES = \
650650
_driftctl \
651651
dropdb \
652652
dropuser \
653+
_dyff \
653654
edquota \
654655
etherwake \
655656
f77 \
@@ -1102,6 +1103,7 @@ symlinks: $(DATA)
11021103
_dlv \
11031104
_docker \
11041105
_driftctl \
1106+
_dyff \
11051107
_gardenctl \
11061108
_gcrane \
11071109
_gh-label \

0 commit comments

Comments
 (0)