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

Detect STDOUT isn't a TTY and disable color #3057

Merged
merged 3 commits into from
Aug 23, 2017
Merged

Detect STDOUT isn't a TTY and disable color #3057

merged 3 commits into from
Aug 23, 2017

Commits on Aug 23, 2017

  1. Detect STDOUT isn't a TTY and disable color

    This PR disables color output when the STDOUT is not a TTY. This makes
    running commands under `watch` or other commands nicer.
    dadgar committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    2bb5a05 View commit details
    Browse the repository at this point in the history
  2. changelog

    dadgar committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    44ebb0e View commit details
    Browse the repository at this point in the history
  3. Change tty detection library

    dadgar committed Aug 23, 2017
    Configuration menu
    Copy the full SHA
    717bf7f View commit details
    Browse the repository at this point in the history