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

Function PrintBold

src/utils/print.go:73–75  ·  view source on GitHub ↗

PrintBold prints a bold message

(text string)

Source from the content-addressed store, hash-verified

71
72// PrintBold prints a bold message
73func PrintBold(text string) {
74 log.Println(Bold(text))
75}
76
77// PrintNote prints a warning message
78func PrintNote(text string) {

Callers 6

mainFunction · 0.92
helpFunction · 0.92
helpConfigFunction · 0.92
PatchFunction · 0.92
BackupFunction · 0.92
DisplayAllConfigFunction · 0.92

Calls 1

BoldFunction · 0.85

Tested by

no test coverage detected