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

Struct App

internal/cli/app.go:23–28  ·  view source on GitHub ↗

App is the top-level CLI entrypoint. Construct one with New, then call Run with the process args (excluding argv[0]).

Source from the content-addressed store, hash-verified

21// App is the top-level CLI entrypoint. Construct one with New, then call
22// Run with the process args (excluding argv[0]).
23type App struct {
24 version string
25 stdout io.Writer
26 stderr io.Writer
27 stdin io.Reader
28}
29
30// New constructs an App from Options.
31func New(opts Options) *App {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected