sindresorhus/capture-website-cli

Outputing the image in the cli

MatteoGauthier opened this issue · 1 comments

If user don't provide option, the app log the outputed screenshot.
2019-02-19 23_03_41-c__windows_system32_cmd exe

That's by design. From capture-website --help:

The screenshot will be written to stdout if there's no output file argument

This is useful so you can pipe it somewhere else without touching the filesystem.