Add option to enable or disable showing verbose output
authorAntonio Ospite <ao2@ao2.it>
Mon, 8 Jun 2020 21:32:00 +0000 (23:32 +0200)
committerAntonio Ospite <ao2@ao2.it>
Mon, 8 Jun 2020 21:42:37 +0000 (23:42 +0200)
commit1e7a09621f810d54f9badc8bcf3f01a6c6ae2347
treeb2f4347f2dfc299c17af8f8400bd58f7bbf8770c
parent78888e26716cad65e8e9df11226384f5661cf657
Add option to enable or disable showing verbose output

Tweeper by default shows non-fatal errors and warnings from the php XML
parser.

These messages can be distracting for some users, so add a '-v' option
to enable or disable the verbose output.

Keep the current behavior of showing verbose output as the default one
for backwards compatibility, the user can pass '-v 0' to silence it.
src/Tweeper.php
tweeper.1.asciidoc
tweeper.php