Changeset View
Changeset View
Standalone View
Standalone View
src/workflow/ArcanistVersionWorkflow.php
| <?php | <?php | ||||
| /** | /** | ||||
| * Display the current version of Arcanist. | * Display the current version of Arcanist. | ||||
| */ | */ | ||||
| final class ArcanistVersionWorkflow extends ArcanistBaseWorkflow { | final class ArcanistVersionWorkflow extends ArcanistWorkflow { | ||||
| public function getWorkflowName() { | public function getWorkflowName() { | ||||
| return 'version'; | return 'version'; | ||||
| } | } | ||||
| public function getCommandSynopses() { | public function getCommandSynopses() { | ||||
| return phutil_console_format(<<<EOTEXT | return phutil_console_format(<<<EOTEXT | ||||
| **version** [__options__] | **version** [__options__] | ||||
| ▲ Show 20 Lines • Show All 47 Lines • Show Last 20 Lines | |||||