mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 10:07:19 +02:00
Hooks
- ::onExit now indicates whether changes were made.
This commit is contained in:
parent
3136fa1746
commit
4ef189d7b6
2 changed files with 7 additions and 2 deletions
|
@ -41,7 +41,7 @@ public:
|
|||
void initialize ();
|
||||
|
||||
void onLaunch ();
|
||||
void onExit ();
|
||||
bool onExit ();
|
||||
void onAdd (Task&);
|
||||
void onModify (const Task&, Task&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue