Only update Powershell modules if profile is present and allow disabling this step (fix #114)

This commit is contained in:
Roey Darwish Dror
2019-01-27 20:15:59 +02:00
parent df27021277
commit 4f981fd504
3 changed files with 23 additions and 18 deletions

View File

@@ -39,6 +39,10 @@ pub enum Step {
Emacs,
/// Don't upgrade ruby gems
Gem,
#[cfg(windows)]
/// Don't update Powershell modules
Powershell,
}
impl Step {