pub fn spawn_one_piped_stdout(cmd: &str) -> Result<Child>
Spawn one command via the platform shell with piped stdout (for --capture mode).
--capture