MCPcopy Create free account
hub / github.com/cronitorio/cronitor-cli / printDoneText

Function printDoneText

cmd/root.go:351–357  ·  view source on GitHub ↗
(message string, indent bool)

Source from the content-addressed store, hash-verified

349}
350
351func printDoneText(message string, indent bool) {
352 if isAutoDiscover || isSilent {
353 log(message)
354 } else {
355 printSuccessText(message+" ✔", indent)
356 }
357}
358
359func printWarningText(message string, indent bool) {
360 if isAutoDiscover || isSilent {

Callers 4

discover.goFile · 0.85
importMonitorsFromFileFunction · 0.85
processCrontabFunction · 0.85

Calls 2

logFunction · 0.85
printSuccessTextFunction · 0.85

Tested by

no test coverage detected