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 5da60eb commit fcf3ee4Copy full SHA for fcf3ee4
console/input.rst
@@ -183,7 +183,7 @@ separation at all (e.g. ``-i 5`` or ``-i5``).
183
184
While it is possible to separate an option from its value with a white space,
185
using this form leads to an ambiguity should the option appear before the
186
- command name. For example, ``php app/console --iterations 5 app:greet Fabien``
+ command name. For example, ``php bin/console --iterations 5 app:greet Fabien``
187
is ambiguous; Symfony would interpret ``5`` as the command name. To avoid
188
this situation, always place options after the command name, or avoid using
189
a space to separate the option name from its value.
0 commit comments