3 final class PhabricatorAphlictManagementDebugWorkflow
4 extends PhabricatorAphlictManagementWorkflow
{
6 protected function didConstruct() {
11 'Start the notifications server in the foreground and print large '.
12 'volumes of diagnostic information to the console.'))
13 ->setArguments($this->getLaunchArguments());
16 public function execute(PhutilArgumentParser
$args) {
17 $this->parseLaunchArguments($args);
19 $this->setDebug(true);
22 return $this->launch();