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
cc #853
Adding tools to toolchains is limited to by-name installs. So
huak tc add huak # expected huak tc add huak==0.0.20 # not expected
Tools can be packages. Packages have a requirements spec (see PEP 508). In #872 I've added Option<String> as "spec" to LocalTool as a short-term fix.
Option<String>
LocalTool
The text was updated successfully, but these errors were encountered:
See #872 for how Requirement can be used.
Requirement
Sorry, something went wrong.
No branches or pull requests
cc #853
Adding tools to toolchains is limited to by-name installs. So
Tools can be packages. Packages have a requirements spec (see PEP 508). In #872 I've added
Option<String>
as "spec" toLocalTool
as a short-term fix.The text was updated successfully, but these errors were encountered: