提交 42a69a9a 编写于 作者: J josedonizetti

Add pkg/initflag

上级 4965b892
......@@ -23,6 +23,8 @@ import (
"os"
"strconv"
_ "k8s.io/minikube/pkg/initflag"
"github.com/golang/glog"
"github.com/pkg/profile"
"k8s.io/minikube/cmd/minikube/cmd"
......
package initflag
import (
"flag"
)
func init() {
fs := flag.NewFlagSet("", flag.ContinueOnError)
_ = fs.Parse([]string{})
flag.CommandLine = fs
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册