mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +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::
|
||||
|
||||
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 ...]
|
||||
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 ...]
|
||||
|
||||
.. END SYNOPSIS
|
||||
|
|
|
@ -18,15 +18,15 @@ Synopsis
|
|||
[-g | --groups-only] [-r | --regex] [-n | --index]
|
||||
[-q | --quiet] [-v | --invert]
|
||||
PATTERN [STRING ...]
|
||||
string pad [-r | --right] [-c | --char CHAR] [-w | --width INTEGER]
|
||||
string pad [-r | --right] [(-c | --char) CHAR] [(-w | --width) INTEGER]
|
||||
[STRING ...]
|
||||
string repeat [(-n | --count) COUNT] [(-m | --max) MAX] [-N | --no-newline]
|
||||
[-q | --quiet] [STRING ...]
|
||||
string replace [-a | --all] [-f | --filter] [-i | --ignore-case]
|
||||
[-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 ...]
|
||||
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 ...]
|
||||
string sub [(-s | --start) START] [(-e | --end) END] [(-l | --length) LENGTH]
|
||||
[-q | --quiet] [STRING ...]
|
||||
|
|
Loading…
Reference in a new issue