-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feature Request: support download zls #53
Comments
Yeah that's a cool idea. |
I'm trying to add zls support |
I have a little question, why did you add a lot of I find that many |
I added it only to three functions. One in And the others are |
I suggest introducing a command line parsing package. The current command function is no longer sufficient. For example, the clap package is of very high quality. |
What's the current limitation that we are facing? If there are no major obstacles, I want to avoid adding dependencies. |
For example, 'install 0.13.0' is designed to take only one argument, but I think 'install zig 0.13.0' is more intuitive and can be distinguished from 'install zls 0.13.0'. It can be installing zig for default 'install 0.13.0'. |
Currently we only need that for zls as additional argument, so something like in my draft should work. |
@jinzhongjia how do we proceed with the zls feature? IIRC there is still something missing. |
Missing support for master branch compilation |
But I don't have extra effort to deal with this issue now. |
Maybe we can add feat to download zls, and just like using
exec
with zig, it also can use on zls!The text was updated successfully, but these errors were encountered: