Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/console-commands/option-parsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ of the option:
- `multiple` - The option can be provided multiple times. The parsed option
will be an array of values when this option is enabled.
- `separator` - A character sequence that the option value is split into an
array with.
array with. Requires `multiple` set to `true`.
- `choices` - An array of valid choices for this option. If left empty all
values are valid. An exception will be raised when parse() encounters an
invalid value.
Expand Down