pub fn run_cmd_stdout_lines_capacity( c: &mut Command, lines_hint: usize, ) -> Result<Vec<String>, CommandError>