Skip to content

Commit c77de6c

Browse files
committed
feat(venom): add 3rd party fallback completion loader
https://github.com/ovh/venom
1 parent b058145 commit c77de6c

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
@@ -431,6 +431,7 @@
431431
/_vacuum
432432
/_vela
433433
/_velero
434+
/_venom
434435
/vgcfgbackup
435436
/vgcfgrestore
436437
/vgchange

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,6 +1037,7 @@ CLEANFILES = \
10371037
_vacuum \
10381038
_vela \
10391039
_velero \
1040+
_venom \
10401041
vgcfgbackup \
10411042
vgcfgrestore \
10421043
vgchange \
@@ -1317,6 +1318,7 @@ symlinks: $(DATA)
13171318
_vacuum \
13181319
_vela \
13191320
_velero \
1321+
_venom \
13201322
_virtctl \
13211323
_zarf \
13221324
_zitadel \

0 commit comments

Comments
 (0)