Skip to main content

CommandRunner

Type Alias CommandRunner 

Source
pub type CommandRunner = dyn Fn(&Path, &CommandSpec) -> Result<CapturedOutput, SpawnError>;
Expand description

Injectable runner used by tool steps and tests.