Skip to content

Commit 926461a

Browse files
committed
Removed a duplicated content
1 parent 194e541 commit 926461a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

console/input.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,6 @@ You can combine ``VALUE_IS_ARRAY`` with ``VALUE_REQUIRED`` or
221221
as the value of an option. In ``command --prefix`` and ``command --prefix=''``
222222
cases, the value of the ``prefix`` option will be ``null``.
223223

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-
229224
.. caution::
230225

231226
While it is possible to separate an option from its value with a white space,

0 commit comments

Comments
 (0)