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

Function Red

internal/ansi/ansi.go:75–77  ·  view source on GitHub ↗

Red returns text colored red.

(text string)

Source from the content-addressed store, hash-verified

73
74// Red returns text colored red.
75func Red(text string) string {
76 return color.Sprintf(color.Red(text))
77}
78
79// BrightRed returns text colored bright red.
80func BrightRed(text string) string {

Callers 14

booleanFunction · 0.92
customDomainStatusColorFunction · 0.92
actionStatusFunction · 0.92
statusColorFunction · 0.92
validateAndSelectScreensFunction · 0.92
aculDevCmdFunction · 0.92
printColorDiffFunction · 0.92
RunLoginAsUserFunction · 0.92
redeliverEventStreamCmdFunction · 0.92
renderErrorMessageFunction · 0.92
rules.goFile · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected