You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new current command should be written that supports all the functionality of its bash predecessor. A new feature was requested that will allow you to provide a flag (perhaps called --version) that will only return the version of the specified candidate.
For instance:
sdk current --version java
21.0.1-tem%
Note: no newline (shown by the %).
If the flag is not provided, the output should be friendly to humans.
The text was updated successfully, but these errors were encountered:
A new
current
command should be written that supports all the functionality of its bash predecessor. A new feature was requested that will allow you to provide a flag (perhaps called--version
) that will only return the version of the specified candidate.For instance:
Note: no newline (shown by the
%
).If the flag is not provided, the output should be friendly to humans.
The text was updated successfully, but these errors were encountered: