Changeset View
Changeset View
Standalone View
Standalone View
src/workflow/ArcanistListWorkflow.php
| <?php | <?php | ||||
| /** | /** | ||||
| * Lists open revisions in Differential. | * Lists open revisions in Differential. | ||||
| */ | */ | ||||
| final class ArcanistListWorkflow extends ArcanistBaseWorkflow { | final class ArcanistListWorkflow extends ArcanistWorkflow { | ||||
| public function getWorkflowName() { | public function getWorkflowName() { | ||||
| return 'list'; | return 'list'; | ||||
| } | } | ||||
| public function getCommandSynopses() { | public function getCommandSynopses() { | ||||
| return phutil_console_format(<<<EOTEXT | return phutil_console_format(<<<EOTEXT | ||||
| **list** | **list** | ||||
| ▲ Show 20 Lines • Show All 92 Lines • Show Last 20 Lines | |||||