MCPcopy Create free account
hub / github.com/MiniCodeMonkey/chief / runList

Function runList

cmd/chief/main.go:323–330  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

321}
322
323func runList() {
324 opts := cmd.ListOptions{}
325
326 if err := cmd.RunList(opts); err != nil {
327 fmt.Fprintf(os.Stderr, "Error: %v\n", err)
328 os.Exit(1)
329 }
330}
331
332// resolveProvider loads config and resolves the agent provider, exiting on error.
333func resolveProvider(flagAgent, flagPath string) loop.Provider {

Callers 1

mainFunction · 0.85

Calls 1

RunListFunction · 0.92

Tested by

no test coverage detected