Function handle

Source
pub async fn handle(
    registry: &PluginRegistry,
    check: bool,
    force: bool,
    dry_run: bool,
    verbose: bool,
    no_parallel: bool,
    no_auto_install: bool,
) -> Result<()>