mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
init: Propagated database to CmdConfig
This commit is contained in:
parent
4d90aa7b2d
commit
510de67fd3
3 changed files with 8 additions and 7 deletions
|
@ -228,7 +228,7 @@ int dispatchCommand (
|
|||
// command to fn mapping.
|
||||
if (command == "cancel") status = CmdCancel ( rules, database );
|
||||
else if (command == "clear") status = CmdClear (cli, rules, database );
|
||||
else if (command == "config") status = CmdConfig (cli, rules );
|
||||
else if (command == "config") status = CmdConfig (cli, rules, database );
|
||||
else if (command == "continue") status = CmdContinue ( rules, database );
|
||||
else if (command == "day") status = CmdReportDay (cli, rules, database );
|
||||
else if (command == "diagnostics") status = CmdDiagnostics ( rules, database, extensions);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue