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

Function PrintSuccessSimple

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

Source from the content-addressed store, hash-verified

49}
50
51func PrintSuccessSimple(message string) {
52 if message != "" {
53 fmt.Println(tui.RenderSuccessSimple(message))
54 }
55}
56
57func FormatSuccess(message string) string {
58 return tui.RenderSuccess(message)

Callers 5

runDeleteFunction · 0.85
runLoginFunction · 0.85
runInteractiveLoginFunction · 0.85
runLogoutFunction · 0.85
runSnapshotDeleteFunction · 0.85

Calls 1

RenderSuccessSimpleFunction · 0.92

Tested by

no test coverage detected