reitzig / sdkman-for-fish

Adds support for SDKMAN! to fish
MIT License
280 stars 13 forks source link

Implement auto-completion for available versions #4

Open reitzig opened 5 years ago

reitzig commented 5 years ago

Currently, there it no (meaningful) completion here:

> sdk install java <TAB>

Implement this.

We can get the available versions from e.g. sdk list java.

reitzig commented 5 years ago

sdk list <candidate> always calls the server; there is no local cache for version lists. Plus, the output is not formatted in a(n easily) machine-readable way.

reitzig commented 5 years ago

Upstream feature request tracked as sdkman/sdkman-cli#663.