Changeset View
Changeset View
Standalone View
Standalone View
src/workflow/ArcanistWhichWorkflow.php
| <?php | <?php | ||||
| /** | /** | ||||
| * Show which revision or revisions are in the working copy. | * Show which revision or revisions are in the working copy. | ||||
| */ | */ | ||||
| final class ArcanistWhichWorkflow extends ArcanistBaseWorkflow { | final class ArcanistWhichWorkflow extends ArcanistWorkflow { | ||||
| public function getWorkflowName() { | public function getWorkflowName() { | ||||
| return 'which'; | return 'which'; | ||||
| } | } | ||||
| public function getCommandSynopses() { | public function getCommandSynopses() { | ||||
| return phutil_console_format(<<<EOTEXT | return phutil_console_format(<<<EOTEXT | ||||
| **which** [options] (svn) | **which** [options] (svn) | ||||
| ▲ Show 20 Lines • Show All 257 Lines • Show Last 20 Lines | |||||