Fix flag.parse

This commit is contained in:
lordwelch 2020-08-17 23:13:26 -07:00
parent 5f01503df6
commit 55ac682d36

View File

@ -68,6 +68,7 @@ func logic() error {
}
func main() {
flag.Parse()
if err := logic(); err != nil {
log.Fatal(err)
}