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 6d4ad73 commit d8d3fe1Copy full SHA for d8d3fe1
completions/.gitignore
@@ -267,6 +267,7 @@
267
/_metalctl
268
/micropython
269
/_minikube
270
+/_minishift
271
/_mise
272
/mkisofs
273
/_mmctl
completions/Makefile.am
@@ -851,6 +851,7 @@ CLEANFILES = \
851
_metalctl \
852
micropython \
853
_minikube \
854
+ _minishift \
855
_mise \
856
mkisofs \
857
_mmctl \
@@ -1243,6 +1244,7 @@ symlinks: $(DATA)
1243
1244
_melange \
1245
1246
1247
1248
1249
1250
_moldy \
0 commit comments