capa.cli¶
Typer dispatcher and sub-apps. The [project.scripts] entry point
calls :func:capa.cli.main.
Narrative guides:
- CLI overview — the dispatcher + sub-app map.
- Per-command pages under
docs/cli/. - Headless runs — process model, signals, exit codes.
- Exit codes reference.
capa.cli ¶
capa CLI package.
The [project.scripts] entry point in pyproject.toml points at
:func:capa.cli.main; tests and ad-hoc callers can import app (the
root Typer instance) or main directly from this package.