CmdStart: Converted to CLI

This commit is contained in:
Paul Beckingham 2016-04-03 22:05:39 -04:00
parent 5f2774c723
commit eeb848d809
3 changed files with 6 additions and 5 deletions

View file

@ -224,7 +224,7 @@ int dispatchCommand (
else if (command == "import") status = CmdImport ( );
else if (command == "log") status = CmdLog (cli, 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 == "start") status = CmdStart (cli, rules, database, log);
else if (command == "stop") status = CmdStop (args, rules, database, log);
else if (command == "tags") status = CmdTags ( rules, database, log);
else if (command == "track") status = CmdTrack ( );