MCPcopy Create free account
hub / github.com/auth0/auth0-cli / BrightYellow

Function BrightYellow

internal/ansi/ansi.go:95–97  ·  view source on GitHub ↗

BrightYellow returns text colored bright yellow.

(text string)

Source from the content-addressed store, hash-verified

93
94// BrightYellow returns text colored bright yellow.
95func BrightYellow(text string) string {
96 return color.Sprintf(color.BrightYellow(text))
97}
98
99// Blue returns text colored blue.
100func Blue(text string) string {

Callers 1

typeDescMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected