Module command

Module command 

Source
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§

RealCommandRunner
Real implementation using std::process::Command.

Traits§

CommandRunner
Trait for running shell commands.