Commit graph

6 commits

Author SHA1 Message Date
Raphael Reitzig
c8a1208c51 Fixes a bug in completion.
Retrieving the version list would error out of the given
candidate was never installed (or invalid).
2018-07-15 12:09:18 +02:00
Raphael Reitzig
fb234a5e61 A little doc polish. 2018-07-12 23:46:37 +02:00
Raphael Reitzig
ce5e7fa11b Don't auto-complete if SDKMAN isn't installed.
cf. issue #6
2018-07-11 23:38:56 +02:00
Raphael Reitzig
92a068dadc Adapts to current sdkman; improvements.
- All commands now don't tab-complete after the maximum
   number of parameters.
 - Specifies aliases in a more compact way.
 - Adds commands update, upgrade.
 - Removes some dead code.

Fixes issues #1, #2, #5
2018-07-11 23:03:16 +02:00
Raphael Reitzig
6f855f1c87 Fixes path to look for installed versions.
Fixes issue #3.
2018-07-11 02:53:33 +02:00
Raphael Reitzig
f6eaf49d1f Initial commit 2018-07-11 02:37:43 +02:00