Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement auto-completion for available versions #4

Open
reitzig opened this issue Jul 11, 2018 · 2 comments
Open

Implement auto-completion for available versions #4

reitzig opened this issue Jul 11, 2018 · 2 comments
Labels
blocked enhancement New feature or request

Comments

@reitzig
Copy link
Owner

reitzig commented Jul 11, 2018

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 reitzig added enhancement New feature or request help wanted Extra attention is needed labels Jul 11, 2018
@reitzig
Copy link
Owner Author

reitzig commented Jul 11, 2018

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
Copy link
Owner Author

reitzig commented Jul 16, 2018

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

@reitzig reitzig removed the help wanted Extra attention is needed label Jul 16, 2018
reitzig added a commit that referenced this issue Jul 16, 2018
Should reduce confusion until issue #4 is handled.
@reitzig reitzig added the blocked label Nov 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant