MCPcopy
hub / github.com/urfave/cli / ErrorFormatter

Interface ErrorFormatter

errors.go:91–93  ·  view source on GitHub ↗

ErrorFormatter is the interface that will suitably format the error output

Source from the content-addressed store, hash-verified

89
90// ErrorFormatter is the interface that will suitably format the error output
91type ErrorFormatter interface {
92 Format(s fmt.State, verb rune)
93}
94
95// ExitCoder is the interface checked by `Command` for a custom exit code.
96type ExitCoder interface {

Implementers 2

exitFormattererrors_test.go
ErrorWithFormaterrors_test.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…