Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F3493433
ArcanistBookmarkWorkflow.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
661 B
Referenced Files
None
Subscribers
None
ArcanistBookmarkWorkflow.php
View Options
<?php
/**
* Alias for `arc feature`.
*/
final
class
ArcanistBookmarkWorkflow
extends
ArcanistFeatureWorkflow
{
public
function
getWorkflowName
(
)
{
return
'bookmark'
;
}
public
function
getCommandSynopses
(
)
{
return
phutil_console_format
(
<<<EOTEXT
**bookmark** [__options__]
**bookmark** __name__ [__start__]
EOTEXT
)
;
}
public
function
getCommandHelp
(
)
{
return
phutil_console_format
(
<<<EOTEXT
Supports: hg
Alias for arc feature.
EOTEXT
)
;
}
public
function
getSupportedRevisionControlSystems
(
)
{
return
array
(
'hg'
)
;
}
public
function
run
(
)
{
return
parent
::
run
(
)
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Apr 17, 06:41 (13 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1205103
Default Alt Text
ArcanistBookmarkWorkflow.php (661 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment