mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Timew: Extensions are propagated to command dispatch
This commit is contained in:
parent
4591a4d7a4
commit
5eb3b77914
3 changed files with 4 additions and 3 deletions
|
@ -86,7 +86,8 @@ int dispatchCommand (
|
|||
int argc,
|
||||
const char** argv,
|
||||
Configuration& configuration,
|
||||
Rules& rules)
|
||||
Rules& rules,
|
||||
Extensions& extensions)
|
||||
{
|
||||
int status {0};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue