()
| 10 | var green = color.New(color.FgGreen).Add(color.Bold) |
| 11 | |
| 12 | func main() { |
| 13 | var iconsPath string |
| 14 | flag.StringVar(&iconsPath, "icons", "", "the path to place icons.json at") |
| 15 | flag.Parse() |
| 16 | |
| 17 | status := generateIconList(iconsPath) |
| 18 | os.Exit(status) |
| 19 | } |
nothing calls this directly
no test coverage detected