Skip to main content

spawn_all_piped

Function spawn_all_piped 

Source
pub fn spawn_all_piped(cmds: &[String]) -> Result<Vec<Child>>
Expand description

Spawn all commands with piped stdout (for capture mode). Returns the spawned children in argv order. On any spawn failure, kills already-spawned children and returns the io error.