mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Hooks
- Added ::onModify. - Stubbed out functionality in all three hook methods.
This commit is contained in:
parent
ff52a2ab59
commit
2f5435c50f
2 changed files with 74 additions and 3 deletions
|
@ -42,6 +42,7 @@ public:
|
|||
|
||||
void onLaunch ();
|
||||
void onExit ();
|
||||
void onModify (const Task&, const Task&);
|
||||
|
||||
private:
|
||||
std::vector <std::string> _scripts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue