Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100814298
PhabricatorAphlictManagementDebugWorkflow.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Feb 3, 00:02
Size
602 B
Mime Type
text/x-php
Expires
Wed, Feb 5, 00:02 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24036784
Attached To
rPH Phabricator
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
();
}
}
Event Timeline
Log In to Comment