mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-11 05:31:14 -03:00
Docs: be more consistent about argument formatting
This commit is contained in:
committed by
Fabian Boehm
parent
255bfffed7
commit
c5a6dce27a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user