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 ac6e366 commit 2b26570Copy full SHA for 2b26570
console/input.rst
@@ -221,7 +221,7 @@ You can combine ``VALUE_IS_ARRAY`` with ``VALUE_REQUIRED`` or
221
222
While it is possible to separate an option from its value with a white space,
223
using this form leads to an ambiguity should the option appear before the
224
- command name. For example, ``php app/console --iterations 5 app:greet Fabien``
+ command name. For example, ``php bin/console --iterations 5 app:greet Fabien``
225
is ambiguous; Symfony would interpret ``5`` as the command name. To avoid
226
this situation, always place options after the command name, or avoid using
227
a space to separate the option name from its value.
0 commit comments