-
Notifications
You must be signed in to change notification settings - Fork 4
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
Set TTY depending on execution context for all processes #332
Conversation
Makes sure that output is properly formatted.
Here's the follow on @tfrommen! |
These should be set based on whether the current process is a TTY, no? |
The start command has had this for ages so we're bringing them in line with that #328 We only use tty detection for the |
Seems like they should consistently do so though; otherwise, something like |
Using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Colors! 😍
I am thinking more like |
Makes sure that output is properly formatted.