MCPcopy
hub / github.com/spicetify/cli / Bold

Function Bold

src/utils/print.go:63–65  ·  view source on GitHub ↗

Bold .

(text string)

Source from the content-addressed store, hash-verified

61
62// Bold .
63func Bold(text string) string {
64 return "\x1B[1m" + text + "\033[0m"
65}
66
67// Red .
68func Red(text string) string {

Callers 4

helpFunction · 0.92
helpConfigFunction · 0.92
DisplayColorsFunction · 0.92
PrintBoldFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected