mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdClear: Propagated cli, rules, database
This commit is contained in:
parent
97cf6dfddb
commit
0e23f222b9
3 changed files with 16 additions and 10 deletions
|
@ -227,7 +227,7 @@ int dispatchCommand (
|
|||
// These signatures are æxpected to be all different, therefore no
|
||||
// command to fn mapping.
|
||||
if (command == "cancel") status = CmdCancel ( rules, database );
|
||||
else if (command == "clear") status = CmdClear ( );
|
||||
else if (command == "clear") status = CmdClear (cli, rules, database );
|
||||
else if (command == "config") status = CmdConfig (cli, rules );
|
||||
else if (command == "continue") status = CmdContinue ( rules, database );
|
||||
else if (command == "day") status = CmdReportDay (cli, rules, database );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue