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

Function init

cmd/scp.go:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33func init() {
34 scpCmd.SetHelpFunc(wrapHelp(helpmenus.RenderSCPHelp))
35 rootCmd.AddCommand(scpCmd)
36}
37
38type PathInfo struct {
39 Original string

Callers

nothing calls this directly

Calls 1

wrapHelpFunction · 0.85

Tested by

no test coverage detected