-
Notifications
You must be signed in to change notification settings - Fork 36
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
stdout/stderr for text processes is ugly #137
Comments
I'm in favor of
|
Is the idea that a linebreak would be added after each E.g., something like this:
Would instead look like this?
@tailhook Are you working on this, by chance? |
No I'm not working on it. You don't need |
I have a prototype working, but admittedly the boundaries between I can see at least six options.
Thoughts? |
This is partially my failure in #103. As we concentrated in that PR on binary data (which is my other use case), but not on default text output. So instead of printing the text nicely for more common case we print it with escaped
\n
, so if the output if not one-liner (i.e. some log) it's hard to read.I see one of two possible approaches:
What do you think?
The text was updated successfully, but these errors were encountered: