generated from version-fox/vfox-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support search all java sdks (#5)
- `vfox search java all` list all java sdks, version-fox/vfox#174 - fix #3
- Loading branch information
Showing
4 changed files
with
30 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,6 +20,7 @@ vfox install [email protected] # Use openjdk as default distribution. | |
vfox install [email protected] # Use graalvm as distribution. | ||
|
||
# view all available versions | ||
vfox search java all # view all java sdks | ||
vfox search java # view all for openjdk | ||
vfox search java graal # view all for graalvm | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ vfox install [email protected] # 默认使用openjdk | |
vfox install [email protected] # 使用graalvm | ||
|
||
# 查看所有可用版本 | ||
vfox search java all # 查看所有sdk版本 | ||
vfox search java # 查看所有openjdk版本 | ||
vfox search java graal # 查看所有graalvm版本 | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters