MCPcopy
hub / github.com/cli/cli / main

Function main

cmd/gen-docs/main.go:22–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20)
21
22func main() {
23 if err := run(os.Args); err != nil {
24 fmt.Fprintln(os.Stderr, err)
25 os.Exit(1)
26 }
27}
28
29func run(args []string) error {
30 flags := pflag.NewFlagSet("", pflag.ContinueOnError)

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected