Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2892113
ArcanistAnoidWorkflow.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
570 B
Referenced Files
None
Subscribers
None
ArcanistAnoidWorkflow.php
View Options
<?php
/**
* @group workflow
*/
final
class
ArcanistAnoidWorkflow
extends
ArcanistBaseWorkflow
{
public
function
getWorkflowName
(
)
{
return
'anoid'
;
}
public
function
getCommandSynopses
(
)
{
return
phutil_console_format
(
<<<EOTEXT
**anoid**
EOTEXT
)
;
}
public
function
getCommandHelp
(
)
{
return
phutil_console_format
(
<<<EOTEXT
There's only one way to find out...
EOTEXT
)
;
}
public
function
run
(
)
{
phutil_passthru
(
'%s/scripts/breakout.py'
,
dirname
(
phutil_get_library_root
(
'arcanist'
)
)
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 16:16 (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1116231
Default Alt Text
ArcanistAnoidWorkflow.php (570 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment