MCPcopy
hub / github.com/cli/cli / ExitCode

Method ExitCode

pkg/cmd/repo/fork/fork.go:57–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55
56type errWithExitCode interface {
57 ExitCode() int
58}
59
60// TODO warn about useless flags (--remote, --remote-name) when running from outside a repository

Callers 1

forkRunFunction · 0.95

Implementers 1

errWithExitCodeinternal/run/stub.go

Calls

no outgoing calls

Tested by

no test coverage detected