Skip to main content

Module legacy_execute

Module legacy_execute 

Source
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 ArgMatches into domain types and delegates to crate::engine::executor::execute. Retained for backward compatibility.