Skip to main content

run_update

Function run_update 

Source
async fn run_update(
    endpoint: &str,
    cache_dir: Option<PathBuf>,
    timeout_ms: u64,
    lang_filter: Option<&str>,
    output: OutputFormat,
) -> Result<()>