We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d40603 commit 37bc507Copy full SHA for 37bc507
cmd/minikube/cmd/cache_list.go
@@ -53,7 +53,6 @@ var listCacheCmd = &cobra.Command{
53
54
func init() {
55
cacheCmd.AddCommand(listCacheCmd)
56
- RootCmd.AddCommand(cacheCmd)
57
}
58
59
func cacheList(images map[string]interface{}) error {
0 commit comments