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 24918db commit 7823df8Copy full SHA for 7823df8
completions/.gitignore
@@ -78,6 +78,7 @@
78
/_crc
79
/createdb
80
/createuser
81
+/_crictl
82
/_cz
83
/_datree
84
/dcop
completions/Makefile.am
@@ -626,6 +626,7 @@ CLEANFILES = \
626
_crc \
627
createdb \
628
createuser \
629
+ _crictl \
630
_cz \
631
_datree \
632
dcop \
@@ -1081,6 +1082,7 @@ symlinks: $(DATA)
1081
1082
_cosign \
1083
_crane \
1084
1085
1086
1087
_dlv \
1088
_docker \
0 commit comments