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

Function CommandColor

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

Source from the content-addressed store, hash-verified

80}
81
82func CommandColor(message string) string {
83 return ColorizeBold(message, yellow)
84}
85
86func StoppedColor(message string) string {
87 return ColorizeBold(message, grey)

Callers 15

ExecuteMethod · 0.92
ExecuteMethod · 0.92
ExecuteMethod · 0.92
ExecuteMethod · 0.92
setAPIEndpointMethod · 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