tweeper: avoid a reference to $argv in non-cli mode
authorAntonio Ospite <ao2@ao2.it>
Wed, 29 Jul 2015 20:56:42 +0000 (22:56 +0200)
committerAntonio Ospite <ao2@ao2.it>
Wed, 29 Jul 2015 20:58:28 +0000 (22:58 +0200)
commit6529870c449d426d645115d3f35191c4b2023340
tree3f1272a0af5925cb45caf51168e0a34927c68dcf
parentb453301fecc757e4d95191a65b24259e81b53f87
tweeper: avoid a reference to $argv in non-cli mode

$argv is not defined in non-cli mode, so protect its usage behind an
is_cli() check.

For instance, this avoids a message in the PHP built-in web server, when
usage() gets called:

  PHP Notice:  Undefined variable: argv in .../tweeper.php on line 357
tweeper.php