| 12345678910111213141516 |
- <?php
- return [
- 'usage-title' => 'Usage: ',
- 'usage-command' => 'command',
- 'usage-options' => 'options',
- 'usage-operands' => 'operands',
- 'operands-title' => "Operands:" . PHP_EOL,
- 'options-title' => "Options:" . PHP_EOL,
- 'commands-title' => "Commands:" . PHP_EOL,
- 'option-unknown' => 'Option \'%s\' is unknown',
- 'no-more-operands' => 'No more operands expected - got %s',
- 'operand-missing' => 'Operand %s is required',
- 'option-argument-missing' => 'Option \'%s\' must have a value',
- 'value-invalid' => '%s has an invalid value',
- ];
|