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 194e541 commit 926461aCopy full SHA for 926461a
console/input.rst
@@ -221,11 +221,6 @@ You can combine ``VALUE_IS_ARRAY`` with ``VALUE_REQUIRED`` or
221
as the value of an option. In ``command --prefix`` and ``command --prefix=''``
222
cases, the value of the ``prefix`` option will be ``null``.
223
224
-Note that to comply with the `docopt standard`_, long options can specify their
225
-values after a white space or an ``=`` sign (e.g. ``--iterations 5`` or
226
-``--iterations=5``), but short options can only use white spaces or no
227
-separation at all (e.g. ``-i 5`` or ``-i5``).
228
-
229
.. caution::
230
231
While it is possible to separate an option from its value with a white space,
0 commit comments