- Added Lexer::Type arg to ::addArg, for future capture of type.
- Cleaned up code formatting from patch.
This commit is contained in:
Paul Beckingham 2015-03-07 17:29:08 -05:00
parent d202691638
commit 7826c7b988
3 changed files with 12 additions and 15 deletions

View file

@ -82,7 +82,7 @@ int CmdCustom::execute (std::string& output)
validateSortColumns (sortOrder);
// Prepend the argument list with those from the report filter.
context.cli.addRawFilter(reportFilter);
context.cli.addRawFilter (reportFilter);
// Apply filter.
handleRecurrence ();