Expand description
Step executor for protocol commands with –execute mode.
Executes shell commands sequentially, captures output, handles failures, and performs $WS placeholder substitution for workspace names.
Structs§
- Execution
Report - Complete execution report with results and remaining steps.
- Step
Result - Result of executing a single step.
Enums§
- Execution
Error - Errors that can occur during step execution.
Functions§
- execute_
steps - Execute a list of shell commands sequentially.
- render_
report - Render an execution report in the specified format.