Modules§
- commands
- CLI command handlers extracted from main.rs.
- errors
- Error display formatting for the CLI.
- legacy_
execute - Legacy clap-based execution adapter.
- render
- Rendering layer for
ExecutionResultvalues. - tracing_
init - Tracing/logging initialization for the CLI.
- translate
- CLI translation layer: converts clap
ArgMatchesinto domain types.