-
Notifications
You must be signed in to change notification settings - Fork 48
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
Not possible to inherit process I/O #10
Comments
This should definitely be supported by conch. I don't think an |
I think you're always handling every I/O channel now, right? I think it can be mapped out like so:
Whether this is a good idea is another question. I think it might be, because it seems a lot easier to say "Or you can put |
That seems reasonable. |
I'd take a PR to add this. |
Hi!
I need to run a command from within clojure that does two things (one essential, one nice) that require the command to have inherited the process I/O.
Here's the code that I'd love to replace with conch (but can't right now):
I'm not sure what the best way to do this would be. Perhaps allowing
:inherit
as a value for:in
,:out
, and:err
?The text was updated successfully, but these errors were encountered: