pub fn uninstall( root: Option<&Path>, force: bool, ) -> Result<Vec<(PathBuf, RemovalOutcome)>>
Removes what bb recorded. A customized file is left in place unless force, and an untracked file is never touched at all.
force