Structs§
- Command
Invocation - Describes a command that will be executed by a
CommandExecutor. - Command
Output - Output produced by the executor for a command invocation.
- Command
Status - Describes the exit status of a command execution.
- DryRun
Command Executor - Eventful
Executor - Process
Command Executor - Executes commands by delegating to the system shell via
std::process::Command. - Pure
Rust Command Executor
Enums§
- Command
Category - Logical grouping for commands issued by the
BashRunner. - Shell
Kind - Shell family used to execute commands.
Traits§
- Command
Executor - Trait implemented by concrete command execution strategies.