Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cloudfoundry/cli
/ PromptColor
Function
PromptColor
cf/terminal/color.go:110–112 ·
view source on GitHub ↗
(message string)
Source
from the content-addressed store, hash-verified
108
}
109
110
func
PromptColor(message string) string {
111
return
ColorizeBold(message, cyan)
112
}
113
114
func
TableContentHeaderColor(message string) string {
115
return
ColorizeBold(message, cyan)
Callers
3
Execute
Method · 0.92
AskForPassword
Method · 0.85
Ask
Method · 0.85
Calls
1
ColorizeBold
Function · 0.85
Tested by
no test coverage detected