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

Use error style for notifications #10162

Merged
merged 1 commit into from Oct 23, 2022
Merged

Commits on Oct 23, 2022

  1. Use error style for notifications

    stderr is not a great name for something that is not meant to be
    processed (piped into) a program, but to be read by humans.
    Most commands should use stderr, and some of them should partially use
    stdout, typically when dumping SQL requests.
    greg0ire committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    f256d99 View commit details
    Browse the repository at this point in the history