CLI
- Added Lexer::Type arg to ::addArg, for future capture of type. - Cleaned up code formatting from patch.
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user