-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
enable color output whenever stdout is a TTY #34317
Labels
display and printing
Aesthetics and correctness of printed representations of objects.
REPL
Julia's REPL (Read Eval Print Loop)
Comments
Can I work on this issue? |
Anyone can work on any issue, no need to ask for permission. |
This was referenced Jan 11, 2020
Closed
JeffBezanson
pushed a commit
that referenced
this issue
Mar 27, 2020
oxinabox
pushed a commit
to oxinabox/julia
that referenced
this issue
Apr 8, 2020
ravibitsgoa
pushed a commit
to ravibitsgoa/julia
that referenced
this issue
Apr 9, 2020
KristofferC
pushed a commit
that referenced
this issue
Apr 11, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
display and printing
Aesthetics and correctness of printed representations of objects.
REPL
Julia's REPL (Read Eval Print Loop)
Running e.g.
./julia -e '@warn "foo"'
there is no color output unless--color=yes
is passed. That makes sense when stdout is redirected, but arguably color should be the default when stdout is a TTY.(Originally reported on slack.)
The text was updated successfully, but these errors were encountered: