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.