Open sam-berning opened 4 months ago
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
cargo
cargo-make
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
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.