We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9576bc1 commit 9666907Copy full SHA for 9666907
console/input.rst
@@ -203,3 +203,7 @@ You can combine ``VALUE_IS_ARRAY`` with ``VALUE_REQUIRED`` or
203
when the option was used without a value (``command --language``) or when
204
it wasn't used at all (``command``). In both cases, the value retrieved for
205
the option will be ``null``.
206
+
207
+ Similarly, due to a PHP limitation, there is no way to pass an empty string
208
+ as the value of an option. In ``command --prefix`` and ``command --prefix=''``
209
+ cases, the value of the ``prefix`` option will be ``null``.
0 commit comments