mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Hooks
- Fixed typo in example hook scripts.
This commit is contained in:
parent
01f2db4b48
commit
9e45f5e637
3 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ read new_task
|
|||
echo on-add
|
||||
|
||||
# Exit:
|
||||
# 0 Means: - all emitted JSON lines are added/modifiied
|
||||
# 0 Means: - all emitted JSON lines are added/modified
|
||||
# - all emitted non-JSON lines become footnote entries
|
||||
# 1 Means: - all emitted JSON lines are ignored
|
||||
# - all emitted non-JSON lines become error entries
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
echo on-launch
|
||||
|
||||
# Exit:
|
||||
# 0 Means: - all emitted JSON lines are added/modifiied
|
||||
# 0 Means: - all emitted JSON lines are added/modified
|
||||
# - all emitted non-JSON lines become footnote entries
|
||||
# 1 Means: - all emitted JSON lines are ignored
|
||||
# - all emitted non-JSON lines become error entries
|
||||
|
|
|
@ -16,7 +16,7 @@ read modified_task
|
|||
echo on-modify
|
||||
|
||||
# Exit:
|
||||
# 0 Means: - all emitted JSON lines are added/modifiied
|
||||
# 0 Means: - all emitted JSON lines are added/modified
|
||||
# - all emitted non-JSON lines become footnote entries
|
||||
# 1 Means: - all emitted JSON lines are ignored
|
||||
# - all emitted non-JSON lines become error entries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue