Changeset View
Changeset View
Standalone View
Standalone View
src/workflow/ArcanistBookmarkWorkflow.php
| <?php | <?php | ||||
| /** | /** | ||||
| * Alias for arc feature | * Alias for `arc feature`. | ||||
| * | |||||
| * @group workflow | |||||
| */ | */ | ||||
| final class ArcanistBookmarkWorkflow extends ArcanistFeatureWorkflow { | final class ArcanistBookmarkWorkflow extends ArcanistFeatureWorkflow { | ||||
| public function getWorkflowName() { | public function getWorkflowName() { | ||||
| return 'bookmark'; | return 'bookmark'; | ||||
| } | } | ||||
| public function getCommandSynopses() { | public function getCommandSynopses() { | ||||
| Show All 25 Lines | |||||