We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3784cc commit b9b56e0Copy full SHA for b9b56e0
completions/.gitignore
@@ -80,6 +80,7 @@
80
/createuser
81
/_crictl
82
/_ctlptl
83
+/_cue
84
/_cz
85
/_datree
86
/dcop
completions/Makefile.am
@@ -628,6 +628,7 @@ CLEANFILES = \
628
createuser \
629
_crictl \
630
_ctlptl \
631
+ _cue \
632
_cz \
633
_datree \
634
dcop \
@@ -1085,6 +1086,7 @@ symlinks: $(DATA)
1085
1086
_crc \
1087
1088
1089
1090
1091
_dlv \
1092
_docker \
0 commit comments