Skip to main content

handle_uninstall

Function handle_uninstall 

Source
pub async fn handle_uninstall(
    config: &Config,
    category: Option<&str>,
    force: bool,
    purge: bool,
    dry_run: bool,
) -> Result<()>