Changeset View
Changeset View
Standalone View
Standalone View
src/workflow/ArcanistGetConfigWorkflow.php
| <?php | <?php | ||||
| /** | /** | ||||
| * Read configuration settings. | * Read configuration settings. | ||||
| */ | */ | ||||
| final class ArcanistGetConfigWorkflow extends ArcanistBaseWorkflow { | final class ArcanistGetConfigWorkflow extends ArcanistWorkflow { | ||||
| public function getWorkflowName() { | public function getWorkflowName() { | ||||
| return 'get-config'; | return 'get-config'; | ||||
| } | } | ||||
| public function getCommandSynopses() { | public function getCommandSynopses() { | ||||
| return phutil_console_format(<<<EOTEXT | return phutil_console_format(<<<EOTEXT | ||||
| **get-config** [__options__] -- [__name__ ...] | **get-config** [__options__] -- [__name__ ...] | ||||
| ▲ Show 20 Lines • Show All 159 Lines • Show Last 20 Lines | |||||