Changeset View
Changeset View
Standalone View
Standalone View
src/workflow/ArcanistCoverWorkflow.php
| <?php | <?php | ||||
| /** | /** | ||||
| * Covers your professional reputation by blaming changes to locate reviewers. | * Covers your professional reputation by blaming changes to locate reviewers. | ||||
| */ | */ | ||||
| final class ArcanistCoverWorkflow extends ArcanistBaseWorkflow { | final class ArcanistCoverWorkflow extends ArcanistWorkflow { | ||||
| public function getWorkflowName() { | public function getWorkflowName() { | ||||
| return 'cover'; | return 'cover'; | ||||
| } | } | ||||
| public function getCommandSynopses() { | public function getCommandSynopses() { | ||||
| return phutil_console_format(<<<EOTEXT | return phutil_console_format(<<<EOTEXT | ||||
| **cover** [--rev __revision__] [__path__ ...] | **cover** [--rev __revision__] [__path__ ...] | ||||
| ▲ Show 20 Lines • Show All 155 Lines • Show Last 20 Lines | |||||