mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 15:47:19 +02:00
Enhancement - Hooks
- Added many more format hooks. - Added unit tests for all added hooks. - Added unit tests for format-countdown and format-countdown_compact.
This commit is contained in:
parent
95e420bb15
commit
f6ff18e31d
16 changed files with 1035 additions and 22 deletions
|
@ -372,7 +372,8 @@ bool Hooks::validFieldEvent (const std::string& event)
|
|||
event == "format-tag_indicator" ||
|
||||
event == "format-description_only" ||
|
||||
event == "format-description" ||
|
||||
event == "format-wait")
|
||||
event == "format-wait" ||
|
||||
event == "format-prompt")
|
||||
return true;
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue