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

Allow to configure colors using an environment variable #4136

Closed
wants to merge 2 commits into from

Commits on Jun 7, 2017

  1. Allow to configure colors using an environment variable

    This commit add support for configuring colors used by cargo through a
    environment variable (CARGO_COLORS). The used syntax for the environment
    variable is similar to that one used by gcc (GCC_COLORS).
    
    Example:
    CARGO_COLORS="status=01;2:warn=01;3:error=01;1:default:01;231:blocked=01;4"
    weiznich committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    53b2c42 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    weiznich committed Jun 7, 2017
    Configuration menu
    Copy the full SHA
    4c7142e View commit details
    Browse the repository at this point in the history