- Notifications
You must be signed in to change notification settings - Fork44
For Windows OS, revert the usage of cmd.exe by default#42
New issue
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
For Windows OS, revert the usage of cmd.exe by default#42
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Very good, I'd even go so far and drop the same stuff for Unix. Never understood why one has to invoke |
Why not, but out of scope of this pull request IMO, designed to fix the |
Correct. |
@axel3rd Please fix the conflicts. Thanks. |
See#41, usage of a shell wrapper is not really a relevant behavior => closing |
See#110 for following. |
cf.#17 (comments from May 2018): Revert the usage of
cmd.exeby default (on Windows), because prevents the destroy/kill launched by this way whenCTRL+C.Allow this behavior by the usage of a new method:
This PR should be chosen or#41.