pub fn uninstall(
root: Option<&Path>,
skills: &[&'static Skill],
force: bool,
) -> Result<Vec<(PathBuf, String, 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.