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