Implemented support for SDKMAN! updates and upgrades (#167)
This commit is contained in:
committed by
Roey Darwish Dror
parent
12fdd326d7
commit
cb180d9c01
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user