MCPcopy Index your code
hub / github.com/cloudfoundry/cli / FailureColor

Function FailureColor

cf/terminal/color.go:98–100  ·  view source on GitHub ↗
(message string)

Source from the content-addressed store, hash-verified

96}
97
98func FailureColor(message string) string {
99 return ColorizeBold(message, red)
100}
101
102func SuccessColor(message string) string {
103 return ColorizeBold(message, green)

Callers 2

FailedMethod · 0.85
initI18nFuncFunction · 0.85

Calls 1

ColorizeBoldFunction · 0.85

Tested by

no test coverage detected