We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b23779 commit 976e11aCopy full SHA for 976e11a
console/input.rst
@@ -205,7 +205,8 @@ There are four option variants you can use:
205
This option accepts multiple values (e.g. ``--dir=/foo --dir=/bar``);
206
207
``InputOption::VALUE_NONE``
208
- Do not accept input for this option (e.g. ``--yell``). The value returned from this option will be a boolean, ``false`` if the option is not provided.
+ Do not accept input for this option (e.g. ``--yell``). The value returned
209
+ from is a boolean (``false`` if the option is not provided).
210
This is the default behavior of options;
211
212
``InputOption::VALUE_REQUIRED``
0 commit comments