Run tasks without shell #23806
gim913
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ok, so I'm not sure if this is a good idea, but I've made quick hack to be able to run tasks without a shell.
I did this only on windows, by
abusing a bitutilizing WindowsShellType, but probably sane of doing this would be adding one more variant inside Shell enum (and handling it on all OSes).Anyway, here's the hack: main...gim913:zed:task-windows-none-shell-hack
And sample how I'm running cargo without shell:
Beta Was this translation helpful? Give feedback.
All reactions