Changeset View
Changeset View
Standalone View
Standalone View
support/aphlict/server/aphlict_launcher.php
| #!/usr/bin/env php | #!/usr/bin/env php | ||||
| <?php | <?php | ||||
| $root = dirname(dirname(dirname(dirname(__FILE__)))); | $root = dirname(dirname(dirname(dirname(__FILE__)))); | ||||
| require_once $root.'/scripts/__init_script__.php'; | require_once $root.'/scripts/init/init-aphlict.php'; | ||||
| PhabricatorAphlictManagementWorkflow::requireExtensions(); | PhabricatorAphlictManagementWorkflow::requireExtensions(); | ||||
| $args = new PhutilArgumentParser($argv); | $args = new PhutilArgumentParser($argv); | ||||
| $args->setTagline(pht('manage Aphlict notification server')); | $args->setTagline(pht('manage Aphlict notification server')); | ||||
| $args->setSynopsis(<<<EOSYNOPSIS | $args->setSynopsis(<<<EOSYNOPSIS | ||||
| **aphlict** __command__ [__options__] | **aphlict** __command__ [__options__] | ||||
| Manage the Aphlict server. | Manage the Aphlict server. | ||||
| Show All 10 Lines | |||||