Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions console/input.rst
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,7 @@ You can combine ``VALUE_IS_ARRAY`` with ``VALUE_REQUIRED`` or
when the option was used without a value (``command --language``) or when
it wasn't used at all (``command``). In both cases, the value retrieved for
the option will be ``null``.

Similarly, due to a PHP limitation, there is no way to pass an empty string
as the value of an option. In ``command --prefix`` and ``command --prefix=''``
cases, the value of the ``prefix`` option will be ``null``.