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

Function main

cmd/envbox/main.go:11–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9)
10
11func main() {
12 _, err := cli.Root().ExecuteC()
13 if err != nil {
14 _, _ = fmt.Fprintln(os.Stderr, err.Error())
15 os.Exit(1)
16 }
17 // We exit the main thread while keepin all the other procs goin strong.
18 runtime.Goexit()
19}

Callers

nothing calls this directly

Calls 2

RootFunction · 0.92
ErrorMethod · 0.65

Tested by

no test coverage detected