mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Timew: Added rules object to assorted calls
This commit is contained in:
parent
7ac5da025f
commit
7434ad59c2
3 changed files with 13 additions and 10 deletions
|
@ -90,7 +90,7 @@ int main (int argc, const char** argv)
|
|||
|
||||
// Load extension script info.
|
||||
Extensions extensions;
|
||||
initializeExtensions (configuration, extensions, log);
|
||||
initializeExtensions (configuration, rules, extensions, log);
|
||||
|
||||
// Dispatch to commands.
|
||||
status = dispatchCommand (args, configuration, database, rules, extensions, log);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue