Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
98
func
FailureColor(message string) string {
99
return
ColorizeBold(message, red)
100
}
101
102
func
SuccessColor(message string) string {
103
return
ColorizeBold(message, green)
Callers
2
Failed
Method · 0.85
initI18nFunc
Function · 0.85
Calls
1
ColorizeBold
Function · 0.85
Tested by
no test coverage detected