Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ CommandColor
Function
CommandColor
cf/terminal/color.go:82–84 ·
view source on GitHub ↗
(message string)
Source
from the content-addressed store, hash-verified
80
}
81
82
func
CommandColor(message string) string {
83
return
ColorizeBold(message, yellow)
84
}
85
86
func
StoppedColor(message string) string {
87
return
ColorizeBold(message, grey)
Callers
15
Execute
Method · 0.92
Execute
Method · 0.92
Execute
Method · 0.92
Execute
Method · 0.92
setAPIEndpoint
Method · 0.92
Execute
Method · 0.92
Execute
Method · 0.92
printSuccessMessageForServiceInstance
Function · 0.92
Execute
Method · 0.92
Execute
Method · 0.92
Execute
Method · 0.92
waitForInstancesToStage
Method · 0.92
Calls
1
ColorizeBold
Function · 0.85
Tested by
no test coverage detected