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
cargo
cargo-make
If you try to run twoliter build kit when cargo and cargo-make are not installed, you will just get an error message like
twoliter build kit
Error: Unable to start command
with no hint as to why it was unable to start.
This may affect other twoliter build commands as well, but I haven't confirmed that yet.
twoliter build
We should either surface the stderr of the command here or explicitly check if cargo and cargo-make exist.
stderr
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you try to run
twoliter build kit
whencargo
andcargo-make
are not installed, you will just get an error message likewith no hint as to why it was unable to start.
This may affect other
twoliter build
commands as well, but I haven't confirmed that yet.We should either surface the
stderr
of the command here or explicitly check ifcargo
andcargo-make
exist.The text was updated successfully, but these errors were encountered: