Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
func
PrintWarning(message string) {
26
if
message !=
""
{
27
fmt.Println(tui.RenderWarning(message))
28
}
29
}
30
31
func
PrintWarningSimple(message string) {
32
if
message !=
""
{
Callers
1
runDelete
Function · 0.85
Calls
1
RenderWarning
Function · 0.92
Tested by
no test coverage detected