We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd299e4 commit 181f7b7Copy full SHA for 181f7b7
docs/en/console-commands/option-parsers.md
@@ -158,7 +158,7 @@ of the option:
158
- `multiple` - The option can be provided multiple times. The parsed option
159
will be an array of values when this option is enabled.
160
- `separator` - A character sequence that the option value is split into an
161
- array with. Require `multiple` sets to `true`.
+ array with. Requires `multiple` set to `true`.
162
- `choices` - An array of valid choices for this option. If left empty all
163
values are valid. An exception will be raised when parse() encounters an
164
invalid value.
0 commit comments