Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
var
version =
"dev"
10
11
func
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
New
Function · 0.92
Run
Method · 0.65
Tested by
no test coverage detected