Skip to content

Commit a0ade45

Browse files
committed
Drop flag parse
1 parent c0aea23 commit a0ade45

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

main.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
package main
1717

1818
import (
19-
"flag"
2019
"fmt"
2120
"os"
2221

@@ -126,8 +125,6 @@ func start(l *zap.Logger, c *cli.Context) {
126125
edgevpn.FromYaml(config),
127126
}
128127

129-
flag.Parse()
130-
131128
e := edgevpn.New(opts...)
132129

133130
l.Sugar().Info(copyRight)

0 commit comments

Comments
 (0)