mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Fix more lost string documentation
- Errors from 14d60ccb32
- See: #8928
This commit is contained in:
parent
39df8f0b3f
commit
255bfffed7
4 changed files with 8 additions and 6 deletions
|
@ -8,7 +8,7 @@ Synopsis
|
|||
|
||||
.. synopsis::
|
||||
|
||||
string collect [-N | --no-trim-newlines] [STRING ...]
|
||||
string collect [-a | --allow-empty] [-N | --no-trim-newlines] [STRING ...]
|
||||
|
||||
.. END SYNOPSIS
|
||||
|
||||
|
|
|
@ -9,7 +9,8 @@ Synopsis
|
|||
.. synopsis::
|
||||
|
||||
string match [-a | --all] [-e | --entire] [-i | --ignore-case]
|
||||
[-r | --regex] [-n | --index] [-q | --quiet] [-v | --invert]
|
||||
[-g | --groups-only] [-r | --regex] [-n | --index]
|
||||
[-q | --quiet] [-v | --invert]
|
||||
PATTERN [STRING ...]
|
||||
|
||||
.. END SYNOPSIS
|
||||
|
|
|
@ -8,7 +8,7 @@ Synopsis
|
|||
|
||||
.. synopsis::
|
||||
|
||||
string sub [(-s | --start) START] [(-l | --length) LENGTH]
|
||||
string sub [(-s | --start) START] [(-e | --end) END] [(-l | --length) LENGTH]
|
||||
[-q | --quiet] [STRING ...]
|
||||
|
||||
.. END SYNOPSIS
|
||||
|
|
|
@ -8,14 +8,15 @@ Synopsis
|
|||
|
||||
.. synopsis::
|
||||
|
||||
string collect [-N | --no-trim-newlines] [STRING ...]
|
||||
string collect [-a | --allow-empty] [-N | --no-trim-newlines] [STRING ...]
|
||||
string escape [-n | --no-quoted] [--style=] [STRING ...]
|
||||
string join [-q | --quiet] [-n | --no-empty] SEP [STRING ...]
|
||||
string join0 [-q | --quiet] [STRING ...]
|
||||
string length [-q | --quiet] [STRING ...]
|
||||
string lower [-q | --quiet] [STRING ...]
|
||||
string match [-a | --all] [-e | --entire] [-i | --ignore-case]
|
||||
[-r | --regex] [-n | --index] [-q | --quiet] [-v | --invert]
|
||||
[-g | --groups-only] [-r | --regex] [-n | --index]
|
||||
[-q | --quiet] [-v | --invert]
|
||||
PATTERN [STRING ...]
|
||||
string pad [-r | --right] [-c | --char CHAR] [-w | --width INTEGER]
|
||||
[STRING ...]
|
||||
|
@ -27,7 +28,7 @@ Synopsis
|
|||
[-q | --quiet] [-r | --right] SEP [STRING ...]
|
||||
string split0 [-f | --fields] FIELDS [(-m | --max) MAX] [-n | --no-empty]
|
||||
[-q | --quiet] [-r | --right] [STRING ...]
|
||||
string sub [(-s | --start) START] [(-l | --length) LENGTH]
|
||||
string sub [(-s | --start) START] [(-e | --end) END] [(-l | --length) LENGTH]
|
||||
[-q | --quiet] [STRING ...]
|
||||
string trim [-l | --left] [-r | --right] [(-c | --chars) CHARS]
|
||||
[-q | --quiet] [STRING ...]
|
||||
|
|
Loading…
Reference in a new issue