Skip to content

capa.cli

Typer dispatcher and sub-apps. The [project.scripts] entry point calls :func:capa.cli.main.

Narrative guides:

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.