mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-18 17:11:15 -03:00
Fix command section separator line lengths
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
function - create a function
|
||||
==========================================
|
||||
============================
|
||||
|
||||
Synopsis
|
||||
--------
|
||||
@@ -8,7 +8,7 @@ function NAME [OPTIONS]; BODY; end
|
||||
|
||||
|
||||
Description
|
||||
------------
|
||||
-----------
|
||||
|
||||
``function`` creates a new function ``NAME`` with the body ``BODY``.
|
||||
|
||||
@@ -58,7 +58,7 @@ By using one of the event handler switches, a function can be made to run automa
|
||||
- ``fish_exit`` is emitted right before fish exits.
|
||||
|
||||
Example
|
||||
------------
|
||||
-------
|
||||
|
||||
|
||||
|
||||
@@ -110,6 +110,6 @@ This will beep when the most recent job completes.
|
||||
|
||||
|
||||
Notes
|
||||
------------
|
||||
-----
|
||||
|
||||
Note that events are only received from the current fish process as there is no way to send events from one fish process to another.
|
||||
|
||||
Reference in New Issue
Block a user