pub fn run_command( program: &str, args: &[&str], cwd: Option<&Path>, ) -> Result<String>
Simple helper to run a command with args, optionally in a specific directory. Returns stdout on success, or an error.