Changeset View
Changeset View
Standalone View
Standalone View
src/workflow/ArcanistHelpWorkflow.php
| <?php | <?php | ||||
| /** | /** | ||||
| * Seduces the reader with majestic prose. | * Seduces the reader with majestic prose. | ||||
| */ | */ | ||||
| final class ArcanistHelpWorkflow extends ArcanistBaseWorkflow { | final class ArcanistHelpWorkflow extends ArcanistWorkflow { | ||||
| public function getWorkflowName() { | public function getWorkflowName() { | ||||
| return 'help'; | return 'help'; | ||||
| } | } | ||||
| public function getCommandSynopses() { | public function getCommandSynopses() { | ||||
| return phutil_console_format(<<<EOTEXT | return phutil_console_format(<<<EOTEXT | ||||
| **help** [__command__] | **help** [__command__] | ||||
| ▲ Show 20 Lines • Show All 199 Lines • Show Last 20 Lines | |||||