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

Function Success

cmd/ui.go:183–185  ·  view source on GitHub ↗

Success prints a success message

(msg string)

Source from the content-addressed store, hash-verified

181
182// Success prints a success message
183func Success(msg string) {
184 fmt.Println(successStyle.Render(iconCheck + " " + msg))
185}
186
187// Error prints an error message
188func Error(msg string) {

Callers 8

environment.goFile · 0.85
site.goFile · 0.85
monitor.goFile · 0.85
group.goFile · 0.85
statuspage.goFile · 0.85
notification.goFile · 0.85
maintenance.goFile · 0.85
issue.goFile · 0.85

Calls 1

RenderMethod · 0.80

Tested by

no test coverage detected