Add ability to disable package managers (fix #206)

This commit is contained in:
Roey Darwish Dror
2019-09-28 14:49:24 +03:00
parent f6b4bb00b2
commit cfce9775df
2 changed files with 49 additions and 30 deletions

View File

@@ -24,6 +24,8 @@ type Commands = BTreeMap<String, String>;
pub enum Step {
/// Don't perform system upgrade
System,
/// Don't perform upgrades of package managers
PackageManagers,
/// Don't pull git repositories
GitRepos,
/// Don't upgrade Vim packages or configuration files