MCPcopy Create free account
hub / github.com/Scalingo/cli / BoldRed

Function BoldRed

io/style.go:24–26  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

22}
23
24func BoldRed(s string) string {
25 return fmt.Sprintf("%s%s%s", boldRedToken, s, resetToken)
26}
27
28func Green(s string) string {
29 return fmt.Sprintf("%s%s%s", greenToken, s, resetToken)

Callers 3

askForConsentFunction · 0.92
CheckFunction · 0.92
formatBackupStatusFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected