Expand description
Command execution abstraction for testing.
Provides a trait for running shell commands, enabling mocking in tests to cover error paths (spawn failure, stdin failure, wait failure).
Structs§
- Real
Command Runner - Real implementation using
std::process::Command.
Traits§
- Command
Runner - Trait for running shell commands.