Function download_cli_into_cache

Source
pub async fn download_cli_into_cache(
    cache: &DownloadCache,
    release: &Release,
    update_service: &UpdateService,
) -> Result<PathBuf, AnyError>