Skip to content

Commit bd299e4

Browse files
authored
Precision about OptionParser 'separator'
Clarified requirement for 'separator' option to require 'multiple' to be true.
1 parent fc0937c commit bd299e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/en/console-commands/option-parsers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ of the option:
158158
- `multiple` - The option can be provided multiple times. The parsed option
159159
will be an array of values when this option is enabled.
160160
- `separator` - A character sequence that the option value is split into an
161-
array with.
161+
array with. Require `multiple` sets to `true`.
162162
- `choices` - An array of valid choices for this option. If left empty all
163163
values are valid. An exception will be raised when parse() encounters an
164164
invalid value.

0 commit comments

Comments
 (0)