Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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 .
63
func
Bold(text string) string {
64
return
"\x1B[1m"
+ text +
"\033[0m"
65
}
66
67
// Red .
68
func
Red(text string) string {
Callers
4
help
Function · 0.92
helpConfig
Function · 0.92
DisplayColors
Function · 0.92
PrintBold
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected