Document fish_exit event

This commit is contained in:
Fabian Homborg 2018-02-06 17:41:56 +01:00
parent f7adaeb97b
commit 304d9da6a0

View file

@ -49,6 +49,7 @@ By using one of the event handler switches, a function can be made to run automa
Note: This event will be emitted even if the command is invalid. The commandline parameter includes the entire commandline verbatim, and may potentially include newlines.
- `fish_exit` is emitted right before fish exits.
\subsection function-example Example