-
Notifications
You must be signed in to change notification settings - Fork 32
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
Tee? #70
Labels
Comments
Hi @yevhen there isn't currently a way to both have it retain the buffered content and stream it out to console. However, it shouldn't be too difficult to do this yourself:
|
Filed #71 as a potential enhancement request for the future. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to find a way to use Command as a tee, so it's both outputs to writer (console) and returns standard output as result. Is that possible with current API?
The text was updated successfully, but these errors were encountered: