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)
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.


No differences found