MCPcopy Index your code
hub / github.com/cloudfoundry/cli / SuccessColor

Function SuccessColor

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

Source from the content-addressed store, hash-verified

100}
101
102func SuccessColor(message string) string {
103 return ColorizeBold(message, green)
104}
105
106func EntityNameColor(message string) string {
107 return ColorizeBold(message, cyan)

Callers 1

OkMethod · 0.85

Calls 1

ColorizeBoldFunction · 0.85

Tested by

no test coverage detected