mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Hooks
- It is now an error for a failing hook script to fail to also generate some feedback. - Updated NEWS file to mention stricter hook script controls.
This commit is contained in:
parent
acce2d5a68
commit
5a060802e7
3 changed files with 29 additions and 3 deletions
|
@ -56,6 +56,7 @@ private:
|
|||
void assertValidJSON (const std::vector <std::string>&) const;
|
||||
void assertNTasks (const std::vector <std::string>&, int) const;
|
||||
void assertSameTask (const std::vector <std::string>&, const Task&) const;
|
||||
void assertFeedback (const std::vector <std::string>&) const;
|
||||
int callHookScript (const std::string&, const std::vector <std::string>&, std::vector <std::string>&);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue