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