We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
当使用别名cry添加了crystal插件,安装某版本后会提示:
Install crystal@1.4.0 success! Please use vfox use crystal@1.4.0 to use it.
提示的命令是错误的
> vfox use crystal@1.4.0 crystal@1.4.0 is not installed
应该使用vfox use cry@1.4.0
vfox use cry@1.4.0
若安装已安装的版本
> vfox install cry@1.4.0 crystal@1.4.0 is already installed
提示也与别名不符,用户设置了别名,在使用过程中应显示别名
> vfox un cry@1.4.0 Uninstalled crystal@1.4.0 successfully!
卸载过程也应显示别名
当尝试卸载未安装的版本,错误会提示两遍(故意的么?)
vfox un crystal@1.5.0 crystal@1.5.0 is not installed... crystal@1.5.0 is not installed
The text was updated successfully, but these errors were encountered:
确实如你所说, 应该保持同一名称, 也就是最终插件目录plugins中的文件夹名称.
plugins
不是, 应该返回一条, 估计是错误没处理好, 有地方单独print了.
Sorry, something went wrong.
7f0070c
No branches or pull requests
Describe the bug
当使用别名cry添加了crystal插件,安装某版本后会提示:
提示的命令是错误的
应该使用
vfox use cry@1.4.0
若安装已安装的版本
提示也与别名不符,用户设置了别名,在使用过程中应显示别名
卸载过程也应显示别名
当尝试卸载未安装的版本,错误会提示两遍(故意的么?)
The text was updated successfully, but these errors were encountered: