mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
init: Propagated rules and database to CmdDefault
This commit is contained in:
parent
6fc25a3de1
commit
f2fbbf81bf
3 changed files with 4 additions and 3 deletions
|
@ -224,7 +224,7 @@ int dispatchCommand (
|
|||
}
|
||||
else if (args.size () == 1)
|
||||
{
|
||||
status = CmdDefault ();
|
||||
status = CmdDefault (rules, database);
|
||||
}
|
||||
|
||||
return status;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue