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

Method Format

errors.go:92–92  ·  errors.go::ErrorFormatter.Format
(s fmt.State, verb rune)

Source from the content-addressed store, hash-verified

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.

Implementers 2

exitFormattererrors_test.go
ErrorWithFormaterrors_test.go

Calls

no outgoing calls