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

Function Green

internal/ansi/ansi.go:85–87  ·  view source on GitHub ↗

Green returns text colored green.

(text string)

Source from the content-addressed store, hash-verified

83
84// Green returns text colored green.
85func Green(text string) string {
86 return color.Sprintf(color.Green(text))
87}
88
89// Yellow returns text colored yellow.
90func Yellow(text string) string {

Callers 15

typeDescMethod · 0.92
InfofMethod · 0.92
SuccessfMethod · 0.92
booleanFunction · 0.92
RolePermissionAddMethod · 0.92
RolePermissionRemoveMethod · 0.92
customDomainStatusColorFunction · 0.92
actionStatusFunction · 0.92
statusColorFunction · 0.92
AsTableRowMethod · 0.92
printAvailableCommandsFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected