We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8087be7 commit b418696Copy full SHA for b418696
cmd/proxy/main.go
@@ -253,6 +253,7 @@ var (
253
)
254
255
func main() {
256
+ flag.Parse()
257
martian.Init()
258
259
p := martian.NewProxy()
init.go
@@ -26,6 +26,5 @@ var (
26
27
// Init runs common initialization code for a martian proxy.
28
func Init() {
29
- flag.Parse()
30
mlog.SetLevel(*level)
31
}
0 commit comments