Expand description
Command execution for replay.
Executes recorded commands through the shell via sh -c with
inherited stdio for real-time output.
Structs§
- Execution
Result - Result of command execution, including whether it was a cd command.
Functions§
- execute_
command - Execute a command string through the shell.