Update cmd/minikube/cmd/root.go
parent
164a522b60
commit
b8801c3306
|
@ -347,7 +347,7 @@ func applyToAllCommands(cmd *cobra.Command, f func(subCmd *cobra.Command)) {
|
|||
for _, c := range cmd.Commands() {
|
||||
f(c)
|
||||
if c.HasSubCommands() {
|
||||
visitAllCommand(c, f)
|
||||
applyToAllCommands(c, f)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue