mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-07 22:58:34 +02:00
Hooks
- Added ::initialize method.
This commit is contained in:
parent
bfb19e0a64
commit
6cff8d9ff6
3 changed files with 9 additions and 5 deletions
|
@ -40,5 +40,11 @@ Hooks::~Hooks ()
|
|||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void Hooks::initialize ()
|
||||
{
|
||||
// TODO Scan <rc.data.location>/hooks
|
||||
}
|
||||
|
||||
// TODO Time the hook runs.
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue