MCPcopy
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
110func PromptColor(message string) string {
111 return ColorizeBold(message, cyan)
112}
113
114func TableContentHeaderColor(message string) string {
115 return ColorizeBold(message, cyan)

Callers 3

ExecuteMethod · 0.92
AskForPasswordMethod · 0.85
AskMethod · 0.85

Calls 1

ColorizeBoldFunction · 0.85

Tested by

no test coverage detected