We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now sos doesn't deal very well with commands that read on stdin (like some stack exec my-thing at the end of a list of commands).
sos
stack exec my-thing
Somehow, these interactive processes aren't actually killed right now, so sos both leaks pids and also subsequent runs compete for input from stdin.
The text was updated successfully, but these errors were encountered:
Ah, if a process spawns a child, that child isn't killed when a job is restarted.
Sorry, something went wrong.
No branches or pull requests
Right now
sos
doesn't deal very well with commands that read on stdin (like somestack exec my-thing
at the end of a list of commands).Somehow, these interactive processes aren't actually killed right now, so
sos
both leaks pids and also subsequent runs compete for input from stdin.The text was updated successfully, but these errors were encountered: