Expand description
Legacy clap-based execution adapter.
This module preserves the execute_request(...) API used by older callers
and tests, while delegating to the new domain-based execution pipeline:
ArgMatches -> OperationCall/ExecutionContext -> execute() -> render.
Functionsยง
- execute_
request - Legacy wrapper that translates
ArgMatchesinto domain types and delegates tocrate::engine::executor::execute. Retained for backward compatibility.