Changeset View
Changeset View
Standalone View
Standalone View
src/workflow/ArcanistTodoWorkflow.php
| <?php | <?php | ||||
| /** | /** | ||||
| * Quickly create a task. | * Quickly create a task. | ||||
| */ | */ | ||||
| final class ArcanistTodoWorkflow extends ArcanistBaseWorkflow { | final class ArcanistTodoWorkflow extends ArcanistWorkflow { | ||||
| public function getWorkflowName() { | public function getWorkflowName() { | ||||
| return 'todo'; | return 'todo'; | ||||
| } | } | ||||
| public function getCommandSynopses() { | public function getCommandSynopses() { | ||||
| return phutil_console_format(<<<EOTEXT | return phutil_console_format(<<<EOTEXT | ||||
| **todo** __summary__ [__options__] | **todo** __summary__ [__options__] | ||||
| ▲ Show 20 Lines • Show All 99 Lines • Show Last 20 Lines | |||||