Skip to main content

uninstall

Function uninstall 

Source
pub fn uninstall(
    root: Option<&Path>,
    force: bool,
) -> Result<Vec<(PathBuf, RemovalOutcome)>>
Expand description

Removes what bb recorded. A customized file is left in place unless force, and an untracked file is never touched at all.