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

Function init

cmd/update.go:28–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28func init() {
29 updateCmd.SetHelpFunc(wrapHelp(helpmenus.RenderUpdateHelp))
30
31 rootCmd.AddCommand(updateCmd)
32}
33
34func runUpdateCommand() error {
35 if os.Getenv("TNR_NO_SELFUPDATE") == "1" {

Callers

nothing calls this directly

Calls 1

wrapHelpFunction · 0.85

Tested by

no test coverage detected