mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-04-29 03:25:55 -04:00
Remove deprecated outdated alias and mnemonic.
This commit is contained in:
@@ -40,10 +40,6 @@ function sdk {
|
||||
COMMAND="current";;
|
||||
ug)
|
||||
COMMAND="upgrade";;
|
||||
outdated)
|
||||
COMMAND="upgrade";;
|
||||
o)
|
||||
COMMAND="upgrade";;
|
||||
d)
|
||||
COMMAND="default";;
|
||||
b)
|
||||
|
||||
@@ -46,14 +46,6 @@ Feature: Mnemonics
|
||||
Then I see "Upgrade:"
|
||||
And I see "grails (1.3.9 < 2.4.4)"
|
||||
|
||||
Scenario: Deprecated shortcut for displaying upgradable Candidate Version in use, supported for backwards compatibility
|
||||
Given the candidate "grails" version "1.3.9" is already installed and default
|
||||
And the default "grails" version is "2.4.4"
|
||||
And the system is bootstrapped
|
||||
When I enter "sdk o grails" and answer "n"
|
||||
Then I see "Upgrade:"
|
||||
And I see "grails (1.3.9 < 2.4.4)"
|
||||
|
||||
Scenario: Shortcut for installing a Candidate Version
|
||||
Given the candidate "grails" version "2.1.0" is not installed
|
||||
And the candidate "grails" version "2.1.0" is available for download
|
||||
|
||||
Reference in New Issue
Block a user