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

Function init

cmd/delete.go:29–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27}
28
29func init() {
30 deleteCmd.SetHelpFunc(wrapHelp(helpmenus.RenderDeleteHelp))
31
32 rootCmd.AddCommand(deleteCmd)
33}
34
35func runDelete(args []string) error {
36 client, err := getAuthenticatedClient()

Callers

nothing calls this directly

Calls 1

wrapHelpFunction · 0.85

Tested by

no test coverage detected