CmdReport: Converted to CLI

This commit is contained in:
Paul Beckingham 2016-04-03 21:53:49 -04:00
parent b7af901661
commit 7715b5fb23
3 changed files with 13 additions and 12 deletions

View file

@ -223,7 +223,7 @@ int dispatchCommand (
else if (command == "help") status = CmdHelp (cli, log);
else if (command == "import") status = CmdImport ( );
else if (command == "log") status = CmdLog (cli, log);
else if (command == "report") status = CmdReport (args, rules, database, extensions, log);
else if (command == "report") status = CmdReport (cli, rules, database, extensions, log);
else if (command == "start") status = CmdStart (args, rules, database, log);
else if (command == "stop") status = CmdStop (args, rules, database, log);
else if (command == "tags") status = CmdTags ( rules, database, log);