mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 05:41:16 -03:00
docs: standardise on definition lists for options
Harmonizes the option listing including formatting in a similar manner to the synopsis of each entry.
This commit is contained in:
@@ -17,13 +17,17 @@ Description
|
||||
|
||||
The following options are available:
|
||||
|
||||
- ``-n``, Do not output a newline
|
||||
- **-n**
|
||||
Do not output a newline.
|
||||
|
||||
- ``-s``, Do not separate arguments with spaces
|
||||
**-s**
|
||||
Do not separate arguments with spaces.
|
||||
|
||||
- ``-E``, Disable interpretation of backslash escapes (default)
|
||||
**-E**
|
||||
Disable interpretation of backslash escapes (default).
|
||||
|
||||
- ``-e``, Enable interpretation of backslash escapes
|
||||
**-e**
|
||||
Enable interpretation of backslash escapes.
|
||||
|
||||
Unlike other shells, this echo accepts ``--`` to signal the end of the options.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user