pub async fn run_command_args<S: AsRef<OsStr>>( program: &Path, args: &[S], ) -> Result<String>
Run a command with explicit arguments (safe from shell injection)