mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
Docs: be more consistent about argument formatting
This commit is contained in:
parent
255bfffed7
commit
c5a6dce27a
2 changed files with 5 additions and 5 deletions
|
@ -8,9 +8,9 @@ Synopsis
|
||||||
|
|
||||||
.. synopsis::
|
.. synopsis::
|
||||||
|
|
||||||
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]
|
||||||
[-q | --quiet] [-r | --right] [STRING ...]
|
[-q | --quiet] [-r | --right] [STRING ...]
|
||||||
|
|
||||||
.. END SYNOPSIS
|
.. END SYNOPSIS
|
||||||
|
|
|
@ -18,15 +18,15 @@ Synopsis
|
||||||
[-g | --groups-only] [-r | --regex] [-n | --index]
|
[-g | --groups-only] [-r | --regex] [-n | --index]
|
||||||
[-q | --quiet] [-v | --invert]
|
[-q | --quiet] [-v | --invert]
|
||||||
PATTERN [STRING ...]
|
PATTERN [STRING ...]
|
||||||
string pad [-r | --right] [-c | --char CHAR] [-w | --width INTEGER]
|
string pad [-r | --right] [(-c | --char) CHAR] [(-w | --width) INTEGER]
|
||||||
[STRING ...]
|
[STRING ...]
|
||||||
string repeat [(-n | --count) COUNT] [(-m | --max) MAX] [-N | --no-newline]
|
string repeat [(-n | --count) COUNT] [(-m | --max) MAX] [-N | --no-newline]
|
||||||
[-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 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]
|
||||||
[-q | --quiet] [-r | --right] [STRING ...]
|
[-q | --quiet] [-r | --right] [STRING ...]
|
||||||
string sub [(-s | --start) START] [(-e | --end) END] [(-l | --length) LENGTH]
|
string sub [(-s | --start) START] [(-e | --end) END] [(-l | --length) LENGTH]
|
||||||
[-q | --quiet] [STRING ...]
|
[-q | --quiet] [STRING ...]
|
||||||
|
|
Loading…
Reference in a new issue