Skip to main content

run_command

Function run_command 

Source
pub fn run_command(
    root: &Path,
    spec: &CommandSpec,
) -> Result<CapturedOutput, SpawnError>
Expand description

Runs spec at root through the host process API.