You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: system/Language/en/Commands.php
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
'arrayOptionEmptyArrayDefault' => 'Array option "--{0}" cannot have an empty array as the default value.',
21
21
'argumentAfterArrayArgument' => 'Argument "{0}" cannot be defined after array argument "{1}".',
22
22
'duplicateArgument' => 'An argument with the name "{0}" is already defined.',
23
-
'duplicateCommandName' => 'Warning: command "{0}" is defined as both legacy ({1}) and modern ({2}); the legacy command will execute. Please rename or remove one.',
23
+
'duplicateCommandName' => 'Warning: The "{0}" command is defined as both legacy ({1}) and modern ({2}). The legacy command will be executed. Please rename or remove one.',
24
24
'duplicateOption' => 'An option with the name "--{0}" is already defined.',
25
25
'duplicateShortcut' => 'Shortcut "-{0}" cannot be used for option "--{1}"; it is already assigned to option "--{2}".',
26
26
'emptyCommandName' => 'Command name cannot be empty.',
@@ -47,6 +47,7 @@
47
47
'noArgumentsExpected' => 'No arguments expected for "{0}" command. Received: "{1}".',
48
48
'nonArrayArgumentWithArrayDefault' => 'Argument "{0}" does not accept an array default value.',
49
49
'nonArrayOptionWithArrayValue' => 'Option "--{0}" does not accept an array value.',
50
+
'optionClashesWithExistingNegation' => 'Option "--{0}" clashes with the negation of negatable option "--{1}".',
50
51
'optionNoValueAndNoDefault' => 'Option "--{0}" does not accept a value and cannot have a default value.',
51
52
'optionNotAcceptingValue' => 'Option "--{0}" does not accept a value.',
52
53
'optionalArgumentNoDefault' => 'Argument "{0}" is optional and must have a default value.',
0 commit comments