init: Propagated all services to CmdReport

This commit is contained in:
Paul Beckingham 2016-03-25 23:49:34 -04:00
parent 8f29030d01
commit 8c2ce5847f
3 changed files with 9 additions and 3 deletions

View file

@ -25,10 +25,16 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
#include <commands.h>
#include <iostream>
////////////////////////////////////////////////////////////////////////////////
int CmdReport ()
int CmdReport (
const std::vector <std::string>& args,
Rules& rules,
Database& database,
Extensions& extensions,
Log& log)
{
std::cout << "[report: run a specific report/extension]\n";