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

RFC: Allow silencing warnings (and perhaps errors) #57

Open
MestreLion opened this issue Jan 16, 2023 · 0 comments
Open

RFC: Allow silencing warnings (and perhaps errors) #57

MestreLion opened this issue Jan 16, 2023 · 0 comments

Comments

@MestreLion
Copy link
Owner

As pointed out by @t0mm1e in #52, --quiet does not silence warnings, and there's no way to do so (apart from 2>/dev/null, which would also silence errors.

We have a few options here:

  • Change --quiet to also silence warnings. Is this desired behavior? Should it also silence errors? Is it worth breaking current behavior?
  • Add a new option, such as --silent or --mute, to extend silence to warnings. This is the approach taken by, IIRC, curl or wget. What is the preferred name? Should it also silence errors? If not, should a 3rd option do so?

I'll leave this one open for user feedback and comments on the best way to implement this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant