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 00b9615 commit 09d4cefCopy full SHA for 09d4cef
console/input.rst
@@ -205,8 +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``). This is the default
209
- behavior of options;
+ 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.
+ This is the default behavior of options;
210
211
``InputOption::VALUE_REQUIRED``
212
This value is required (e.g. ``--iterations=5`` or ``-i5``), the option
0 commit comments