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

Method Format

errors_test.go:96–98  ·  errors_test.go::exitFormatter.Format
(s fmt.State, verb rune)

Source from the content-addressed store, hash-verified

94}
95
96func (f *exitFormatter) Format(s fmt.State, verb rune) {
97 _, _ = s.Write([]byte("some other special"))
98}
99
100func (f *exitFormatter) ExitCode() int {
101 return f.code

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.80

Tested by

no test coverage detected