-
Notifications
You must be signed in to change notification settings - Fork 100
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
Support stream inheritance for the forked process #71
Comments
@olamy, would you mind having a look at this PR if you have a few minutes ? |
@gnodet LGTM please do a real pr. ATM it's only a change in your fork :-) |
It would be great having an unit or integration test for this? |
Fair enough, I'll have a look. |
I wrote an integration test, but unfortunately, I don't see a good way to make it work. |
Related to a jline issue.
Java 7 introduced the ability to inherit standard streams using the
inheritIO()
method.It would be really nice to be able to support it.
The text was updated successfully, but these errors were encountered: