CLI2: Added ::addContextFilter, and supporting processing

This commit is contained in:
Paul Beckingham
2015-06-27 15:53:24 -04:00
parent 7425c8f2ae
commit b67b2ccc96
4 changed files with 54 additions and 52 deletions

View File

@@ -81,10 +81,7 @@ int CmdCustom::execute (std::string& output)
// Add the report filter to any existing filter.
if (reportFilter != "")
{
context.cli2.addFilter (reportFilter);
context.cli2.prepareFilter ();
}
// Apply filter.
handleRecurrence ();