MCPcopy Create free account
hub / github.com/cloudfoundry/cli / AdvisoryColor

Function AdvisoryColor

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

Source from the content-addressed store, hash-verified

88}
89
90func AdvisoryColor(message string) string {
91 return ColorizeBold(message, yellow)
92}
93
94func CrashedColor(message string) string {
95 return ColorizeBold(message, red)

Callers 1

ColoredInstanceStateFunction · 0.92

Calls 1

ColorizeBoldFunction · 0.85

Tested by

no test coverage detected