We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb878f6 + 7a2cd0f commit 11cad2bCopy full SHA for 11cad2b
cmd/minikube/cmd/delete.go
@@ -91,7 +91,6 @@ func init() {
91
if err := viper.BindPFlags(deleteCmd.Flags()); err != nil {
92
exit.Error(reason.InternalBindFlags, "unable to bind flags", err)
93
}
94
- RootCmd.AddCommand(deleteCmd)
95
96
97
// shotgun cleanup to delete orphaned docker container data
cmd/minikube/cmd/stop.go
@@ -60,8 +60,6 @@ func init() {
60
if err := viper.GetViper().BindPFlags(stopCmd.Flags()); err != nil {
61
exit.Error(reason.InternalFlagsBind, "unable to bind flags", err)
62
63
-
64
- RootCmd.AddCommand(stopCmd)
65
66
67
// runStop handles the executes the flow of "minikube stop"
0 commit comments