Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
22
func
main() {
23
if
err := run(os.Args); err != nil {
24
fmt.Fprintln(os.Stderr, err)
25
os.Exit(1)
26
}
27
}
28
29
func
run(args []string) error {
30
flags := pflag.NewFlagSet(
""
, pflag.ContinueOnError)
Callers
nothing calls this directly
Calls
1
run
Function · 0.70
Tested by
no test coverage detected