simonw / shot-scraper

A command-line utility for taking automated screenshots of websites
https://shot-scraper.datasette.io
Apache License 2.0
1.67k stars 73 forks source link

`--silent` option that allows for silencing echo outputs #107

Closed palewire closed 1 year ago

palewire commented 1 year ago

It would be nice to be able to run this command in "silent" mode somehow so that it wouldn't always log out to the stdout via the click echo function.

simonw commented 1 year ago

I'll do --silent for consistency with sqlite-utils: https://sqlite-utils.datasette.io/en/stable/cli-reference.html

simonw commented 1 year ago

I added it to the shot-scraper shot, pdf and html commands.

simonw commented 1 year ago

And the shot-scraper multi command too.