CmdGaps: Is a clone of export with /tracked/untraced/ for now

This commit is contained in:
Paul Beckingham 2016-04-27 22:56:59 -04:00
parent 0fa7e32182
commit 3b45e90c5e
5 changed files with 17 additions and 16 deletions

View file

@ -227,7 +227,7 @@ int dispatchCommand (
else if (command == "diagnostics") status = CmdDiagnostics ( rules, database, extensions);
else if (command == "export") status = CmdExport (cli, rules, database );
else if (command == "extensions") status = CmdExtensions ( rules, extensions);
else if (command == "gaps") status = CmdGaps ( );
else if (command == "gaps") status = CmdGaps (cli, rules, database );
else if (command == "help") status = CmdHelp (cli );
else if (command == "import") status = CmdImport ( );
else if (command == "report") status = CmdReport (cli, rules, database, extensions);