MCPcopy Create free account
hub / github.com/coder/coder / main

Function main

scripts/gensite/main.go:12–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10var green = color.New(color.FgGreen).Add(color.Bold)
11
12func 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}

Callers

nothing calls this directly

Calls 3

generateIconListFunction · 0.85
ExitMethod · 0.80
ParseMethod · 0.65

Tested by

no test coverage detected