CmdClear: Propagated cli, rules, database

This commit is contained in:
Paul Beckingham 2016-05-07 00:10:12 -04:00
parent 97cf6dfddb
commit 0e23f222b9
3 changed files with 16 additions and 10 deletions

View file

@ -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 );