MCPcopy
hub / github.com/cloudfoundry/cli / EntityNameColor

Function EntityNameColor

cf/terminal/color.go:106–108  ·  view source on GitHub ↗
(message string)

Source from the content-addressed store, hash-verified

104}
105
106func EntityNameColor(message string) string {
107 return ColorizeBold(message, cyan)
108}
109
110func PromptColor(message string) string {
111 return ColorizeBold(message, cyan)

Callers 15

ExecuteMethod · 0.92
ExecuteMethod · 0.92
decideEndpointMethod · 0.92
setOrganizationMethod · 0.92
targetOrganizationMethod · 0.92
setSpaceMethod · 0.92
targetSpaceMethod · 0.92
ExecuteMethod · 0.92
ExecuteMethod · 0.92
ExecuteMethod · 0.92
ExecuteMethod · 0.92
ExecuteMethod · 0.92

Calls 1

ColorizeBoldFunction · 0.85

Tested by

no test coverage detected