Page MenuHomePhorge

PhabricatorAphlictManagementDebugWorkflow.php
No OneTemporary

Size
602 B
Referenced Files
None
Subscribers
None

PhabricatorAphlictManagementDebugWorkflow.php

<?php
final class PhabricatorAphlictManagementDebugWorkflow
extends PhabricatorAphlictManagementWorkflow {
protected function didConstruct() {
$this
->setName('debug')
->setSynopsis(
pht(
'Start the notifications server in the foreground and print large '.
'volumes of diagnostic information to the console.'))
->setArguments($this->getLaunchArguments());
}
public function execute(PhutilArgumentParser $args) {
$this->parseLaunchArguments($args);
$this->setDebug(true);
$this->willLaunch();
return $this->launch();
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, May 13, 1:14 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
124327
Default Alt Text
PhabricatorAphlictManagementDebugWorkflow.php (602 B)

Event Timeline