Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ exitFormatter
Struct
exitFormatter
errors_test.go:92–94 · errors_test.go::exitFormatter
Source
from the content-addressed store, hash-verified
90
}
91
92
type
exitFormatter
struct
{
93
code int
94
}
95
96
func
(f *exitFormatter) Format(s fmt.State, verb rune) {
97
_, _ = s.Write([]byte(
"some other special"
))
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected