Page MenuHomePhabricator

D15776.id38009.diff
No OneTemporary

D15776.id38009.diff

diff --git a/src/applications/aphlict/management/PhabricatorAphlictManagementStatusWorkflow.php b/src/applications/aphlict/management/PhabricatorAphlictManagementStatusWorkflow.php
--- a/src/applications/aphlict/management/PhabricatorAphlictManagementStatusWorkflow.php
+++ b/src/applications/aphlict/management/PhabricatorAphlictManagementStatusWorkflow.php
@@ -7,10 +7,11 @@
$this
->setName('status')
->setSynopsis(pht('Show the status of the notification server.'))
- ->setArguments(array());
+ ->setArguments($this->getLaunchArguments());
}
public function execute(PhutilArgumentParser $args) {
+ $this->parseLaunchArguments($args);
$console = PhutilConsole::getConsole();
$pid = $this->getPID();

File Metadata

Mime Type
text/plain
Expires
Mon, Feb 3, 7:46 PM (21 h, 43 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7087051
Default Alt Text
D15776.id38009.diff (754 B)

Event Timeline