MCPcopy Create free account
hub / github.com/Thunder-Compute/thunder-cli / PrintWarning

Function PrintWarning

cmd/print.go:25–29  ·  view source on GitHub ↗
(message string)

Source from the content-addressed store, hash-verified

23}
24
25func PrintWarning(message string) {
26 if message != "" {
27 fmt.Println(tui.RenderWarning(message))
28 }
29}
30
31func PrintWarningSimple(message string) {
32 if message != "" {

Callers 1

runDeleteFunction · 0.85

Calls 1

RenderWarningFunction · 0.92

Tested by

no test coverage detected