mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 15:47:19 +02:00
Feature #408 - Allow deletion of annotations.
- Added new denotate command - Added unit tests in denotate.t - Change task.1 man page
This commit is contained in:
parent
5e55166617
commit
5e53226eb8
11 changed files with 233 additions and 1 deletions
|
@ -280,6 +280,7 @@ bool Hooks::validProgramEvent (const std::string& event)
|
|||
event == "pre-shell-prompt" || event == "post-shell-prompt" ||
|
||||
event == "pre-add-command" || event == "post-add-command" ||
|
||||
event == "pre-annotate-command" || event == "post-annotate-command" ||
|
||||
event == "pre-denotate-command" || event == "post-denotate-command" ||
|
||||
event == "pre-append-command" || event == "post-append-command" ||
|
||||
event == "pre-calendar-command" || event == "post-calendar-command" ||
|
||||
event == "pre-color-command" || event == "post-color-command" ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue