MCPcopy Index your code
hub / github.com/dnote/dnote / Success

Function Success

pkg/cli/log/log.go:56–58  ·  view source on GitHub ↗

Success prints a success message

(msg string)

Source from the content-addressed store, hash-verified

54
55// Success prints a success message
56func Success(msg string) {
57 fmt.Fprintf(color.Output, "%s%s %s", indent, ColorGreen.Sprint("✔"), msg)
58}
59
60// Successf prints a success message with optional format verbs
61func Successf(msg string, v ...interface{}) {

Callers 7

runBookFunction · 0.92
newRunFunction · 0.92
newRunFunction · 0.92
newRunFunction · 0.92
runBookFunction · 0.92
runNoteFunction · 0.92
checkVersionFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected