Page MenuHomePhabricator

D15729.id37905.diff
No OneTemporary

D15729.id37905.diff

diff --git a/src/applications/aphlict/management/PhabricatorAphlictManagementStopWorkflow.php b/src/applications/aphlict/management/PhabricatorAphlictManagementStopWorkflow.php
--- a/src/applications/aphlict/management/PhabricatorAphlictManagementStopWorkflow.php
+++ b/src/applications/aphlict/management/PhabricatorAphlictManagementStopWorkflow.php
@@ -7,10 +7,11 @@
$this
->setName('stop')
->setSynopsis(pht('Stop the notification server.'))
- ->setArguments(array());
+ ->setArguments($this->getLaunchArguments());
}
public function execute(PhutilArgumentParser $args) {
+ $this->parseLaunchArguments($args);
return $this->executeStopCommand();
}

File Metadata

Mime Type
text/plain
Expires
Sat, May 11, 5:59 PM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6276000
Default Alt Text
D15729.id37905.diff (702 B)

Event Timeline