Page MenuHomePhabricator

D15776.id.diff
No OneTemporary

D15776.id.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
Sat, Mar 15, 6:06 PM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7700325
Default Alt Text
D15776.id.diff (754 B)

Event Timeline