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.
2 parents ed29b65 + 976e11a commit 3a5ed80Copy full SHA for 3a5ed80
console/input.rst
@@ -205,8 +205,9 @@ 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 is a boolean (``false`` if the option is not provided).
210
+ This is the default behavior of options;
211
212
``InputOption::VALUE_REQUIRED``
213
This value is required (e.g. ``--iterations=5`` or ``-i5``), the option
0 commit comments