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