vfox
vfox copied to clipboard
[BUG]: global option
Version The version you are currently using OS macOS
Describe the bug
vfox use java@21 --global
执行后没有报错,只是当前会话生效 必须使用下面这个才可以
vfox use --global java@21
Screenshots[optional] If applicable, add screenshots to help explain your problem.
urfave/cli support this feature on v3.0
https://github.com/urfave/cli/pull/1568
just add a property to the flag to make it work
urfave/clisupport this feature on v3.0just add a property to the flag to make it work
Wow, I'll fix this later. 👍
Oh damn, we are currently using v2, and it seems like a lot of things need to be changed when upgrading to v3, which is still alpha.
So I suggest that we wait until v3 is released before fixing this issue.