pub async fn download_and_apply_patches(
selected: &[PatchSearchResult],
params: &DownloadParams,
) -> (i32, Value)Expand description
Download and apply a set of selected patches.
Used by both get and scan commands. Returns (exit_code, json_result).