Trait cli_test_dir::CommandExt [] [src]

pub trait CommandExt {
    fn output_with_stdin<S: AsRef<[u8]>>(&mut self, input: S) -> Result<Output>;
}

Extension methods for std::process::Command.

Required Methods

Spawn this command, passing it the specified data on standard input.

Implementors