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

CLI: normalize use of colors #5547

Merged
merged 1 commit into from
May 30, 2022
Merged

Commits on May 30, 2022

  1. CLI: normalize use of colors

    Certain CLI commands used coloring in the output that was inconsistent
    with what users might expect based on other parts of the CLI and basic
    intuition. For example, red was sometimes used to highlight a purely
    informative piece of data or a header, but red is typically associated
    with errors.
    
    To normalize the use of colors, all uses of it use the `COLORS` mapping
    from the `aiida.cmdline.utils.echo` module and instead of naming the
    literal color, it designates the intended meaning.
    sphuber committed May 30, 2022
    Configuration menu
    Copy the full SHA
    a70534d View commit details
    Browse the repository at this point in the history