Changeset View
Changeset View
Standalone View
Standalone View
src/workflow/ArcanistGetConfigWorkflow.php
| Show First 20 Lines • Show All 157 Lines • ▼ Show 20 Lines | foreach ($keys as $key) { | ||||
| if ($multi) { | if ($multi) { | ||||
| echo "\n"; | echo "\n"; | ||||
| } | } | ||||
| } | } | ||||
| if (!$verbose) { | if (!$verbose) { | ||||
| $console->writeOut( | $console->writeOut( | ||||
| "%s\n", | "(%s)\n", | ||||
| pht('(Run with --verbose for more details.)')); | pht('Run with %s for more details.', '--verbose')); | ||||
| } | } | ||||
| return 0; | return 0; | ||||
| } | } | ||||
| } | } | ||||