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

Function PrintInfo

src/utils/print.go:98–100  ·  view source on GitHub ↗

PrintInfo prints an info message

(text string)

Source from the content-addressed store, hash-verified

96
97// PrintInfo prints an info message
98func PrintInfo(text string) {
99 Info.Println(text)
100}
101
102// Fatal prints fatal message and exits process
103func Fatal(err error) {

Callers 14

initFunction · 0.92
PatchFunction · 0.92
BackupFunction · 0.92
ApplyFunction · 0.92
CheckStatesFunction · 0.92
colorChangeSuccessFunction · 0.92
InitPathsFunction · 0.92
CheckUpdateFunction · 0.92
UpdateFunction · 0.92
permissionErrorFunction · 0.92
startDebuggerFunction · 0.92
changeSuccessFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected