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

Function init

cmd/status.go:26–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24}
25
26func init() {
27 statusCmd.SetHelpFunc(wrapHelp(helpmenus.RenderStatusHelp))
28
29 rootCmd.AddCommand(statusCmd)
30 statusCmd.Flags().BoolVar(&noWait, "no-wait", false, "Display status once and exit without monitoring")
31 statusCmd.Flags().BoolVarP(&verboseStatus, "verbose", "v", false, "Show all events regardless of age")
32}
33
34func RunStatus() error {
35 client, err := getAuthenticatedClient()

Callers

nothing calls this directly

Calls 1

wrapHelpFunction · 0.85

Tested by

no test coverage detected