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

Function runUpdate

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

Source from the content-addressed store, hash-verified

312}
313
314func runUpdate() {
315 if err := cmd.RunUpdate(cmd.UpdateOptions{
316 Version: Version,
317 }); err != nil {
318 fmt.Fprintf(os.Stderr, "Error: %v\n", err)
319 os.Exit(1)
320 }
321}
322
323func runList() {
324 opts := cmd.ListOptions{}

Callers 1

mainFunction · 0.85

Calls 1

RunUpdateFunction · 0.92

Tested by

no test coverage detected