mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 03:02:55 +08:00
Fix sphinx doc warning
~/src/fish-shell/doc_src/cmds/argparse.rst:103: WARNING: Literal block ends without a blank line; unexpected unindent. ~/src/fish-shell/doc_src/cmds/argparse.rst:103: WARNING: Literal block ends without a blank line; unexpected unindent.
This commit is contained in:
parent
97bde2f2bf
commit
496d7c44a1
@ -100,6 +100,7 @@ Sometimes commands take numbers directly as options, like ``foo -55``. To allow
|
||||
The ``#`` must follow the short flag letter (if any), and other modifiers like ``=`` are not allowed, except for ``-`` (for backwards compatibility)::
|
||||
|
||||
m#maximum
|
||||
|
||||
This does not read numbers given as ``+NNN``, only those that look like flags - ``-NNN``.
|
||||
|
||||
Note: Optional arguments
|
||||
|
Loading…
x
Reference in New Issue
Block a user