hook¶
command¶
scopable | False |
required | False |
default | None |
scope order | specific > generic |
convert | shlex |
The command to execute on selected events. The program is fed the json-formatted event data through stdin.
events¶
scopable | False |
required | False |
default | |
scope order | specific > generic |
convert | list |
The list of events to execute the hook command on. The special value all
is also supported.