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

fix(cli): Respect CARGO_TERM_COLOR in '--list' and '-Zhelp' #13479

Merged
merged 5 commits into from
Feb 22, 2024

Commits on Feb 22, 2024

  1. refactor(cli): Shrink main

    I'm going to add more `config_configure`s and this will make it more
    obvious that these are done in early returns.
    epage committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    ad85ef4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    808b4f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1834244 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f525e1f View commit details
    Browse the repository at this point in the history
  5. fix(cli): Respect CARGO_TERM_COLOR in '--list' and '-Zhelp'

    Found this with the test for `-Zhelp` in rust-lang#13461.
    epage committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    2ec0461 View commit details
    Browse the repository at this point in the history