Changeset View
Changeset View
Standalone View
Standalone View
src/workflow/ArcanistShellCompleteWorkflow.php
| <?php | <?php | ||||
| /** | /** | ||||
| * Powers shell-completion scripts. | * Powers shell-completion scripts. | ||||
| */ | */ | ||||
| final class ArcanistShellCompleteWorkflow extends ArcanistBaseWorkflow { | final class ArcanistShellCompleteWorkflow extends ArcanistWorkflow { | ||||
| public function getWorkflowName() { | public function getWorkflowName() { | ||||
| return 'shell-complete'; | return 'shell-complete'; | ||||
| } | } | ||||
| public function getCommandSynopses() { | public function getCommandSynopses() { | ||||
| return phutil_console_format(<<<EOTEXT | return phutil_console_format(<<<EOTEXT | ||||
| **shell-complete** __--current__ __N__ -- [__argv__] | **shell-complete** __--current__ __N__ -- [__argv__] | ||||
| ▲ Show 20 Lines • Show All 182 Lines • Show Last 20 Lines | |||||