Skip to main content

execute

Function execute 

Source
pub async fn execute(
    config: Config,
    manifest_path: PathBuf,
    log_dir: Option<PathBuf>,
    skip_system: bool,
    no_update_check: bool,
    verbose: bool,
) -> Result<()>