Skip to content

Commit fffafbc

Browse files
committed
feat(driftctl): add 3rd party fallback completion loader
https://github.com/snyk/driftctl
1 parent ad11337 commit fffafbc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Diff for: completions/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
/dpkg-query
100100
/dpkg-reconfigure
101101
/_dprint
102+
/_driftctl
102103
/dropdb
103104
/dropuser
104105
/edquota

Diff for: completions/Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,7 @@ CLEANFILES = \
647647
dpkg-query \
648648
dpkg-reconfigure \
649649
_dprint \
650+
_driftctl \
650651
dropdb \
651652
dropuser \
652653
edquota \
@@ -1100,6 +1101,7 @@ symlinks: $(DATA)
11001101
_devspace \
11011102
_dlv \
11021103
_docker \
1104+
_driftctl \
11031105
_gardenctl \
11041106
_gcrane \
11051107
_gh-label \

0 commit comments

Comments
 (0)