mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-20 16:11:14 -03:00
Clean up and document functions --handlers
This commit is contained in:
@@ -39,6 +39,10 @@ You should not assume that only five lines will be written since we may add addi
|
||||
|
||||
- `-v` or `--verbose` will make some output more verbose.
|
||||
|
||||
- `-H` or `--handlers` will show all event handlers.
|
||||
|
||||
- `-t` or `--handlers-type TYPE` will show all event handlers matching the given type
|
||||
|
||||
The default behavior of `functions`, when called with no arguments, is to print the names of all defined functions. Unless the `-a` option is given, no functions starting with underscores are not included in the output.
|
||||
|
||||
If any non-option parameters are given, the definition of the specified functions are printed.
|
||||
|
||||
Reference in New Issue
Block a user