pub fn execute_command_for_status<P, S>( program_filepath: P, args: &[S], ) -> Result<ExitStatus, Error>where P: AsRef<Path>, S: AsRef<OsStr>,