Skip to content
Snippets Groups Projects

allow descriptions for operands and show them in a separate table

Merged Thomas Flori requested to merge feature-operand-descriptions into master
6 files
+ 117
22
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -5,8 +5,9 @@ return [
'usage-command' => 'Befehl',
'usage-options' => 'Optionen',
'usage-operands' => 'Operanden',
'options-title' => "Optionen:\n",
'commands-title' => "Befehle:\n",
'operands-title' => 'Operanden:' . PHP_EOL,
'options-title' => "Optionen:" . PHP_EOL,
'commands-title' => "Befehle:" . PHP_EOL,
'option-unknown' => 'Unbekannte Option \'%s\' ist unknown',
'no-more-operands' => 'Unerwarteter Operand %s',
'operand-missing' => 'Operand %s muss angegeben werden',
Loading