mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 03:51:20 -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:
@@ -21,16 +21,16 @@ The block can be removed. Any events which triggered while the block was in plac
|
||||
|
||||
Event blocks should not be confused with code blocks, which are created with ``begin``, ``if``, ``while`` or ``for``
|
||||
|
||||
The following parameters are available:
|
||||
The following options are available:
|
||||
|
||||
**-l** or **--local**
|
||||
Release the block automatically at the end of the current innermost code block scope
|
||||
Release the block automatically at the end of the current innermost code block scope.
|
||||
|
||||
**-g** or **--global**
|
||||
Never automatically release the lock
|
||||
Never automatically release the lock.
|
||||
|
||||
**-e** or **--erase**
|
||||
Release global block
|
||||
Release global block.
|
||||
|
||||
Example
|
||||
-------
|
||||
|
||||
Reference in New Issue
Block a user