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

Function PrintSuccess

src/utils/print.go:93–95  ·  view source on GitHub ↗

PrintSuccess prints a success message

(text string)

Source from the content-addressed store, hash-verified

91
92// PrintSuccess prints a success message
93func PrintSuccess(text string) {
94 Success.Println(text)
95}
96
97// PrintInfo prints an info message
98func PrintInfo(text string) {

Callers 13

PatchFunction · 0.92
BackupFunction · 0.92
colorChangeSuccessFunction · 0.92
UpdateFunction · 0.92
EnableDevToolsFunction · 0.92
WatchExtensionsFunction · 0.92
WatchCustomAppFunction · 0.92
startDebuggerFunction · 0.92
changeSuccessFunction · 0.92
BlockSpotifyUpdatesFunction · 0.92
StartFunction · 0.92
validateReleaseBuildFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected