Module executor

Module executor 

Source

Structs§

CommandInvocation
Describes a command that will be executed by a CommandExecutor.
CommandOutput
Output produced by the executor for a command invocation.
CommandStatus
Describes the exit status of a command execution.
DryRunCommandExecutor
EventfulExecutor
ProcessCommandExecutor
Executes commands by delegating to the system shell via std::process::Command.
PureRustCommandExecutor

Enums§

CommandCategory
Logical grouping for commands issued by the BashRunner.
ShellKind
Shell family used to execute commands.

Traits§

CommandExecutor
Trait implemented by concrete command execution strategies.