MCPcopy Create free account
hub / github.com/docker/cli / main

Function main

man/generate.go:122–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

120}
121
122func main() {
123 if err := run(); err != nil {
124 log.Printf("ERROR: %+v", err)
125 os.Exit(1)
126 }
127}

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…