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

Function main

cmd/envbuilder/main.go:24–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22)
23
24func main() {
25 cmd := envbuilderCmd()
26 err := cmd.Invoke().WithOS().Run()
27 if err != nil {
28 _, _ = fmt.Fprintf(os.Stderr, "error: %v", err)
29 os.Exit(1)
30 }
31}
32
33func envbuilderCmd() serpent.Command {
34 var o options.Options

Callers

nothing calls this directly

Calls 1

envbuilderCmdFunction · 0.85

Tested by

no test coverage detected