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

Function Warning

cmd/ui.go:193–195  ·  view source on GitHub ↗

Warning prints a warning message

(msg string)

Source from the content-addressed store, hash-verified

191
192// Warning prints a warning message
193func Warning(msg string) {
194 fmt.Println(warningStyle.Render(iconWarning + " " + msg))
195}
196
197// Info prints an info message
198func Info(msg string) {

Callers 1

monitor.goFile · 0.85

Calls 1

RenderMethod · 0.80

Tested by

no test coverage detected