-
Notifications
You must be signed in to change notification settings - Fork 45
Recursive call fails on Windows #16
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey @andraaspar thanks for the issue. It looks as though you might need to escape some of those quotes - as I'm not sure Windows would be able to recognise them like that, although I can't be sure. Try this: parallelshell "echo foo" "parallelshell \"echo bar\" \"echo baz\"" |
Done, here's the output:
|
FYI, I have also tried: parallelshell "echo foo" "parallelshell ^"echo bar^" ^"echo baz^"" Which gives:
|
But |
FYI, I have reported this as a Node.js bug. |
should work with #30 |
It does indeed. |
The command:
Results in:
The text was updated successfully, but these errors were encountered: