mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 10:07:19 +02:00
Hooks
- Revised all event functions to use the new callHookScript method, which is now common to all events.
This commit is contained in:
parent
d1f6b36ecf
commit
f1639e6862
2 changed files with 179 additions and 171 deletions
|
@ -52,6 +52,7 @@ public:
|
|||
private:
|
||||
std::vector <std::string> scripts (const std::string&);
|
||||
bool isJSON (const std::string&) const;
|
||||
int callHookScript (const std::string&, const std::vector <std::string>&, std::vector <std::string>);
|
||||
|
||||
private:
|
||||
bool _enabled;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue