Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/cloudfoundry/cli
/ HeaderColor
Function
HeaderColor
cf/terminal/color.go:78–80 ·
view source on GitHub ↗
(message string)
Source
from the content-addressed store, hash-verified
76
}
77
78
func
HeaderColor(message string) string {
79
return
ColorizeBold(message, defaultFgColor)
80
}
81
82
func
CommandColor(message string) string {
83
return
ColorizeBold(message, yellow)
Callers
11
WatchStaging
Method · 0.92
Execute
Method · 0.92
Execute
Method · 0.92
ShowApp
Method · 0.92
DumpRequest
Method · 0.92
DumpResponse
Method · 0.92
PrintUsers
Method · 0.92
PrintUsers
Method · 0.92
Title
Method · 0.92
SubTitle
Method · 0.92
Transform
Method · 0.85
Calls
1
ColorizeBold
Function · 0.85
Tested by
no test coverage detected