Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14844945
D15776.id38009.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
754 B
Referenced Files
None
Subscribers
None
D15776.id38009.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D15776: Fix `./bin/aphlict status`
Attached
Detach File
Event Timeline
Log In to Comment