MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / main

Function main

cmd/cam/main.go:11–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9var version = "dev"
10
11func main() {
12 app := cli.New(cli.Options{Version: version, Stdout: os.Stdout, Stderr: os.Stderr, Stdin: os.Stdin})
13 os.Exit(app.Run(os.Args[1:]))
14}

Callers

nothing calls this directly

Calls 2

NewFunction · 0.92
RunMethod · 0.65

Tested by

no test coverage detected