Page MenuHomePhabricator

D15729.id.diff
No OneTemporary

D15729.id.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
Apr 8 2025, 3:15 AM (4 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7705131
Default Alt Text
D15729.id.diff (702 B)

Event Timeline