Skip to content
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

Closed
JeffBezanson opened this issue Jan 8, 2020 · 2 comments · Fixed by #34347 or #35390
Closed

enable color output whenever stdout is a TTY #34317

JeffBezanson opened this issue Jan 8, 2020 · 2 comments · Fixed by #34347 or #35390
Labels
display and printing Aesthetics and correctness of printed representations of objects. REPL Julia's REPL (Read Eval Print Loop)

Comments

@JeffBezanson
Copy link
Member

JeffBezanson commented Jan 8, 2020

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.)

@JeffBezanson JeffBezanson added REPL Julia's REPL (Read Eval Print Loop) display and printing Aesthetics and correctness of printed representations of objects. labels Jan 8, 2020
@karan0299
Copy link
Contributor

Can I work on this issue?

@KristofferC
Copy link
Member

Anyone can work on any issue, no need to ask for permission.

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)
Projects
None yet
3 participants