Compare commits

..

1 Commits

Author SHA1 Message Date
ron
67d1ea8f55 improved 2021-06-26 06:19:07 +02:00

View File

@ -50,6 +50,10 @@ func main() {
flag.Parse()
if *verbose {
fmt.Printf("writing to %s\r\n", *outputDir)
}
useFormat = make(map[string]bool)
fmts := strings.Split(*formats, ",")
for _, f := range fmts {