Closed LoremFooBar closed 4 years ago
Thanks for merging. I'd be happy to help with cross platform tests, I suppose we can discuss it in an issue.
Thanks for merging. I'd be happy to help with cross platform tests, I suppose we can discuss it in an issue.
Thank you for your great PR, I have already created an issue for that #32, feel free to look at that, 👍
First of all, thanks @ivanparvaresh for you effort in making this tool! I am happy I was able to find it. Unfortunately, the tool did not run for me on Windows. This PR aims to fix it. Would appreciate your review and any comments.
The problem was that the
Executor
always executed commands with -c as the command option. This works with/bin/bash
but not withcmd.exe
on Windows.Entrypoint
classDefaultEntrypointDetector
to returnEntrypoint
Entrypoint
class inExecutor