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

Function Bold

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

Source from the content-addressed store, hash-verified

14)
15
16func Bold(s string) string {
17 return fmt.Sprintf("%s%s%s", boldToken, s, resetToken)
18}
19
20func BoldBlue(s string) string {
21 return fmt.Sprintf("%s%s%s", boldBlueToken, s, resetToken)

Callers 4

OneOffStopFunction · 0.92
RunFunction · 0.92
exitCodeMethod · 0.92
SetFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected