Clean up and document functions --handlers

This commit is contained in:
ridiculousfish
2018-03-10 02:08:33 -08:00
parent 3819437e0e
commit 9a5afe3913
6 changed files with 77 additions and 63 deletions

View File

@@ -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.