mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 18:21:16 -03:00
docs: Minor formatting fixes
This commit is contained in:
@@ -8,8 +8,8 @@ Synopsis
|
|||||||
|
|
||||||
.. synopsis::
|
.. synopsis::
|
||||||
|
|
||||||
string shorten [(-c | --char) CHARS] [(-m | --max) INTEGER] [(-N | --no-newline)] [(-l | --left)] [(-q | --quiet)]
|
string shorten [(-c | --char) CHARS] [(-m | --max) INTEGER]
|
||||||
[STRING ...]
|
[-N | --no-newline] [-l | --left] [-q | --quiet] [STRING ...]
|
||||||
|
|
||||||
.. END SYNOPSIS
|
.. END SYNOPSIS
|
||||||
|
|
||||||
|
|||||||
@@ -24,8 +24,8 @@ Synopsis
|
|||||||
[-q | --quiet] [STRING ...]
|
[-q | --quiet] [STRING ...]
|
||||||
string replace [-a | --all] [-f | --filter] [-i | --ignore-case]
|
string replace [-a | --all] [-f | --filter] [-i | --ignore-case]
|
||||||
[-r | --regex] [-q | --quiet] PATTERN REPLACE [STRING ...]
|
[-r | --regex] [-q | --quiet] PATTERN REPLACE [STRING ...]
|
||||||
string shorten [(-c | --char) CHARS] [(-m | --max) INTEGER] [(-N | --no-newline)]
|
string shorten [(-c | --char) CHARS] [(-m | --max) INTEGER]
|
||||||
[STRING ...]
|
[-N | --no-newline] [-l | --left] [-q | --quiet] [STRING ...]
|
||||||
string split [(-f | --fields) FIELDS] [(-m | --max) MAX] [-n | --no-empty]
|
string split [(-f | --fields) FIELDS] [(-m | --max) MAX] [-n | --no-empty]
|
||||||
[-q | --quiet] [-r | --right] SEP [STRING ...]
|
[-q | --quiet] [-r | --right] SEP [STRING ...]
|
||||||
string split0 [(-f | --fields) FIELDS] [(-m | --max) MAX] [-n | --no-empty]
|
string split0 [(-f | --fields) FIELDS] [(-m | --max) MAX] [-n | --no-empty]
|
||||||
|
|||||||
Reference in New Issue
Block a user