Skip to main content

Module command_runner

Module command_runner 

Source

Structs§

MockCommandRunner
Mock command runner for testing.
RealCommandRunner
Production command runner that executes real system commands.

Traits§

CommandRunner
Trait for executing system commands, enabling test injection.