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

Function RenderUpdateSuccess

tui/update.go:99–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97}
98
99func RenderUpdateSuccess() string {
100 InitCommonStyles(os.Stdout)
101 return SuccessStyle().Render("✓ Update successful!")
102}
103
104func RenderUpdateFailed(err error, releaseURL string) string {
105 InitCommonStyles(os.Stdout)

Callers 2

Calls 2

InitCommonStylesFunction · 0.85
SuccessStyleFunction · 0.85

Tested by 1