-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
cleo does not handle SIGPIPE / errno.EPIPE #56
Comments
Edit: I didn't see that This is the cause of python-poetry/poetry#839. In that issue I reference a StackOverflow post with a solution. Here is the short version:
The process writing to the pipe will now be terminated when it receives I would be more than willing to put together a PR for this since it's very little code. |
Facing the same issue while doing the same thing. @zmitchell did you ever figure out a solution that doesn't require editing the source? EDIT: Found the |
Discovered this trying to work around python-poetry/poetry#106 doing something along the lines of
poetry show -v | head -n1 | ..
.Using the
GreetCommand
given in the README:The text was updated successfully, but these errors were encountered: