Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F568107
PhabricatorAphlictManagementDebugWorkflow.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
602 B
Referenced Files
None
Subscribers
None
PhabricatorAphlictManagementDebugWorkflow.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment