Skip to content

Commit b9b56e0

Browse files
committed
feat(cue): add 3rd party fallback completion loader
https://cuelang.org/docs/reference/command/cue-help-completion/
1 parent c3784cc commit b9b56e0

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
@@ -80,6 +80,7 @@
8080
/createuser
8181
/_crictl
8282
/_ctlptl
83+
/_cue
8384
/_cz
8485
/_datree
8586
/dcop

Diff for: completions/Makefile.am

+2
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,7 @@ CLEANFILES = \
628628
createuser \
629629
_crictl \
630630
_ctlptl \
631+
_cue \
631632
_cz \
632633
_datree \
633634
dcop \
@@ -1085,6 +1086,7 @@ symlinks: $(DATA)
10851086
_crc \
10861087
_crictl \
10871088
_ctlptl \
1089+
_cue \
10881090
_datree \
10891091
_dlv \
10901092
_docker \

0 commit comments

Comments
 (0)