pub fn get_output( cmd: String, args: Vec<String>, stdout: Stdio, ) -> Result<String>
Gets the output of the given command.