Documentation
¶
Overview ¶
Package cli is the command-line surface: it parses argv, resolves the config and runtime, and dispatches to the box engine and scaffolder. The routing: bare `coop` prints help (running an agent is explicit), `coop <agent>` runs a named agent, known subcommands run their command, and an unrecognized command is an error — raw commands run in the box explicitly, via `coop run -- <cmd>`.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "dev"
Version is the tool version, reported by `coop version`. Defaults to "dev" and is overridden at build time via -ldflags (GoReleaser and the Makefile).
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.