pub fn run(
registry_dir: &Path,
service: &str,
keep_config: bool,
confirm: bool,
) -> Result<Vec<CleanupAction>, CleanupError>Expand description
Uninstall all manifest-declared roots for one service.
pub fn run(
registry_dir: &Path,
service: &str,
keep_config: bool,
confirm: bool,
) -> Result<Vec<CleanupAction>, CleanupError>Uninstall all manifest-declared roots for one service.