mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-27 23:11:15 -03:00
docs synopses: add space before ellipsis
This matches the style in man(1) (except that we use the … ligature). A previous iteration did the reverse (never use a space before the ellipsis). That would be a smaller change.
This commit is contained in:
@@ -6,31 +6,31 @@ string - manipulate strings
|
||||
Synopsis
|
||||
--------
|
||||
|
||||
| ``string`` collect [**-N** | **--no-trim-newlines**] [*STRING*...]
|
||||
| ``string`` escape [**-n** | **--no-quoted**] [**--style=**] [*STRING*...]
|
||||
| ``string`` join [**-q** | **--quiet**] SEP [*STRING*...]
|
||||
| ``string`` join0 [**-q** | **--quiet**] [*STRING*...]
|
||||
| ``string`` length [**-q** | **--quiet**] [*STRING*...]
|
||||
| ``string`` lower [**-q** | **--quiet**] [*STRING*...]
|
||||
| ``string`` collect [**-N** | **--no-trim-newlines**] [*STRING* ...]
|
||||
| ``string`` escape [**-n** | **--no-quoted**] [**--style=**] [*STRING* ...]
|
||||
| ``string`` join [**-q** | **--quiet**] 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**]
|
||||
\ \ *PATTERN* [*STRING*...]
|
||||
\ \ *PATTERN* [*STRING* ...]
|
||||
| ``string`` pad [**-r** | **--right**] [**-c** | **--char** *CHAR*] [**-w** | **--width** *INTEGER*]
|
||||
\ \ [*STRING*...]
|
||||
\ \ [*STRING* ...]
|
||||
| ``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**]
|
||||
\ \ [**-r** | **--regex**] [**-q** | **--quiet**] *PATTERN* *REPLACE* [*STRING*...]
|
||||
\ \ [**-r** | **--regex**] [**-q** | **--quiet**] *PATTERN* *REPLACE* [*STRING* ...]
|
||||
| ``string`` split [(**-m** | **--max**) *MAX*] [**-n** | **--no-empty**] [**-q** | **--quiet**]
|
||||
\ \ [**-r** | **--right**] *SEP* [*STRING*...]
|
||||
\ \ [**-r** | **--right**] *SEP* [*STRING* ...]
|
||||
| ``string`` split0 [(**-m** | **--max**) *MAX*] [**-n** | **--no-empty**] [**-q** | **--quiet**]
|
||||
\ \ [**-r** | **--right**] [*STRING*...]
|
||||
\ \ [**-r** | **--right**] [*STRING* ...]
|
||||
| ``string`` sub [(**-s** | **--start**) *START*] [(**-l** | **--length**) *LENGTH*]
|
||||
\ [**-q** | **--quiet**] [*STRING*...]
|
||||
\ [**-q** | **--quiet**] [*STRING* ...]
|
||||
| ``string`` trim [**-l** | **--left**] [**-r** | **--right**] [(**-c** | **--chars**) *CHARS*]
|
||||
\ \ [**-q** | **--quiet**] [*STRING*...]
|
||||
| ``string`` unescape [**--style=**] [*STRING*...]
|
||||
| ``string`` upper [**-q** | **--quiet**] [*STRING*...]
|
||||
\ \ [**-q** | **--quiet**] [*STRING* ...]
|
||||
| ``string`` unescape [**--style=**] [*STRING* ...]
|
||||
| ``string`` upper [**-q** | **--quiet**] [*STRING* ...]
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
Reference in New Issue
Block a user