MCPcopy Index your code
hub / github.com/cli/cli / ghMain

Function ghMain

acceptance/acceptance_test.go:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23)
24
25func ghMain() int {
26 return int(ghcmd.Main())
27}
28
29func TestMain(m *testing.M) {
30 os.Exit(testscript.RunMain(m, map[string]func() int{

Callers

nothing calls this directly

Calls 1

MainFunction · 0.92

Tested by

no test coverage detected