mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Hooks: Improved comments in sample hook script
This commit is contained in:
parent
78529f5110
commit
218f074609
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
# The on-exit event is triggered once, after all processing is complete.
|
||||
# This hooks script has no effect on processing.
|
||||
# This hook script has no effect on processing.
|
||||
|
||||
# Input:
|
||||
# - line of JSON for each modified task
|
||||
|
||||
# Output:
|
||||
# - Optional feedback/error.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue