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
|
echo on-add
|
||||||
|
|
||||||
# Exit:
|
# 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
|
# - all emitted non-JSON lines become footnote entries
|
||||||
# 1 Means: - all emitted JSON lines are ignored
|
# 1 Means: - all emitted JSON lines are ignored
|
||||||
# - all emitted non-JSON lines become error entries
|
# - all emitted non-JSON lines become error entries
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
echo on-launch
|
echo on-launch
|
||||||
|
|
||||||
# Exit:
|
# 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
|
# - all emitted non-JSON lines become footnote entries
|
||||||
# 1 Means: - all emitted JSON lines are ignored
|
# 1 Means: - all emitted JSON lines are ignored
|
||||||
# - all emitted non-JSON lines become error entries
|
# - all emitted non-JSON lines become error entries
|
||||||
|
|
|
@ -16,7 +16,7 @@ read modified_task
|
||||||
echo on-modify
|
echo on-modify
|
||||||
|
|
||||||
# Exit:
|
# 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
|
# - all emitted non-JSON lines become footnote entries
|
||||||
# 1 Means: - all emitted JSON lines are ignored
|
# 1 Means: - all emitted JSON lines are ignored
|
||||||
# - all emitted non-JSON lines become error entries
|
# - all emitted non-JSON lines become error entries
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue