Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F12661725
ArcanistBookmarkWorkflow.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
604 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'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Nov 28, 15:48 (14 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1049699
Default Alt Text
ArcanistBookmarkWorkflow.php (604 B)
Attached To
Mode
R118 Arcanist - fork
Attached
Detach File
Event Timeline
Log In to Comment