mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-27 23:11:15 -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:
@@ -16,12 +16,13 @@ Description
|
||||
|
||||
``builtin`` forces the shell to use a builtin command, rather than a function or program.
|
||||
|
||||
The following parameters are available:
|
||||
The following options are available:
|
||||
|
||||
**-n** or **--names**
|
||||
List the names of all defined builtins
|
||||
**-q** or **--query**
|
||||
Tests if any of the specified builtin(s) exist
|
||||
Lists the names of all defined builtins.
|
||||
|
||||
**-q** or **--query** *BUILTIN*
|
||||
Tests if any of the specified builtins exist.
|
||||
|
||||
Example
|
||||
-------
|
||||
|
||||
Reference in New Issue
Block a user