Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ main
Function
main
agent/agentexec/cmdtest/main_linux.go:13–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
)
12
13
func
main() {
14
err := agentexec.CLI()
15
if
err != nil {
16
_, _ = fmt.Fprintln(os.Stderr, err)
17
os.Exit(1)
18
}
19
}
Callers
nothing calls this directly
Calls
2
CLI
Function · 0.92
Exit
Method · 0.80
Tested by
no test coverage detected