Support PowerShell core (fix #189)

This commit is contained in:
Roey Darwish Dror
2019-08-14 21:36:57 +03:00
parent 2fc42c8e9f
commit 4ae0263e0d
7 changed files with 95 additions and 87 deletions

View File

@@ -49,8 +49,6 @@ pub enum Step {
Sdkman,
/// Don't run remote Togprades
Remotes,
#[cfg(windows)]
/// Don't update Powershell modules
Powershell,
}