Implemented support for SDKMAN! updates and upgrades (#167)

This commit is contained in:
Elton Lika
2019-06-13 12:19:47 +02:00
committed by Roey Darwish Dror
parent 12fdd326d7
commit cb180d9c01
3 changed files with 63 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ lazy_static! {
m.insert("vim", Step::Vim);
m.insert("emacs", Step::Emacs);
m.insert("gem", Step::Gem);
m.insert("sdkman", Step::Sdkman);
#[cfg(windows)]
m.insert("powershell", Step::Powershell);
@@ -43,6 +44,8 @@ pub enum Step {
Emacs,
/// Don't upgrade ruby gems
Gem,
/// Don't upgrade SDKMAN! and its packages
Sdkman,
#[cfg(windows)]
/// Don't update Powershell modules