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 0607517 commit e124ee6Copy full SHA for e124ee6
console/input.rst
@@ -118,6 +118,9 @@ simply as a boolean flag without a value (e.g. ``--yell``).
118
For example, add a new option to the command that can be used to specify
119
how many times in a row the message should be printed::
120
121
+ use Symfony\Component\Console\Input\InputOption;
122
+ // ...
123
+
124
$this
125
// ...
126
->addOption(
0 commit comments