joeyespo / grip

Preview GitHub README.md files locally before committing them.
MIT License
6.47k stars 424 forks source link

Make --quiet more quiet #308

Open harrywhite4 opened 4 years ago

harrywhite4 commented 4 years ago

This fixes #293

Redirecting stdout was required to squash all messages as flask.cli.show_server_banner uses printing instead of logging

Let me know what you think of this solution