mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-01-31 09:43:04 -05:00
Merge pull request #131 from dsyer/feature/helpcandidates
Remove hard coded list of candidates from gvm-help
This commit is contained in:
@@ -21,7 +21,7 @@ function __gvmtool_help {
|
||||
echo "Usage: gvm <command> <candidate> [version]"
|
||||
echo ""
|
||||
echo " command : install, uninstall, list, use, current, version, default, selfupdate, broadcast or help"
|
||||
echo " candidate : groovy, grails, griffon, gradle, vertx"
|
||||
echo " candidate : $(echo "${GVM_CANDIDATES[@]:-${GVM_CANDIDATES_DEFAULT[@]}}" | sed -E 's/ /, /g')"
|
||||
echo " version : optional, defaults to latest stable if not provided"
|
||||
echo ""
|
||||
echo "eg: gvm install groovy"
|
||||
|
||||
Reference in New Issue
Block a user