ifrost / afterwriting-labs

Post-processing for Fountain screenplays
http://www.afterwriting.com
228 stars 38 forks source link

[CLI] Add a --quiet option #190

Open Kernald opened 1 year ago

Kernald commented 1 year ago

Even when running without errors, the CLI client is verbose:

'afterwriting command line interface
www: http://afterwriting.com

Loading script: screenplay.fountain
Generating PDF screenplay.pdf
Done!

It would be great to control these outputs with a --quiet/--verbose pair of flags. It's good practice for non-interactive CLI tools to not output anything when everything works fine and the process is fairly short - afterwriting arguably meets those criteria.