joeyespo / grip

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

--quiet does not seem to work. #259

Closed bperrybap closed 6 years ago

bperrybap commented 6 years ago

If exporting to a file using a command line like this:

grip --quiet --title=README README.md --export $HTMLdocs/README.html

grip still outputs an "exporting" message like this:

Exporting to ./examples/Documentation/Docs/README.html
joeyespo commented 6 years ago

I just released 4.5.1, which contains a fix. Be sure to upgrade with pip install --upgrade grip.

Thanks for the issue, @bperrybap!