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

Function HeaderColor

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

Source from the content-addressed store, hash-verified

76}
77
78func HeaderColor(message string) string {
79 return ColorizeBold(message, defaultFgColor)
80}
81
82func CommandColor(message string) string {
83 return ColorizeBold(message, yellow)

Callers 11

WatchStagingMethod · 0.92
ExecuteMethod · 0.92
ExecuteMethod · 0.92
ShowAppMethod · 0.92
DumpRequestMethod · 0.92
DumpResponseMethod · 0.92
PrintUsersMethod · 0.92
PrintUsersMethod · 0.92
TitleMethod · 0.92
SubTitleMethod · 0.92
TransformMethod · 0.85

Calls 1

ColorizeBoldFunction · 0.85

Tested by

no test coverage detected