mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Document fish_exit event
This commit is contained in:
parent
f7adaeb97b
commit
304d9da6a0
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue