pub fn run_external_command( binary_path: PathBuf, working_directory_path: PathBuf, args: Vec<String>, suppress_stdout: bool, suppress_stderr: bool, ) -> Result<Vec<String>>