Code: Improved comments regarding filters/args.

This commit is contained in:
Paul Beckingham 2015-06-07 15:34:33 -04:00
parent f0fbdaf2c9
commit 2f1ca72334
4 changed files with 10 additions and 3 deletions

View file

@ -81,7 +81,8 @@ int CmdCustom::execute (std::string& output)
split (sortOrder, reportSort, ',');
validateSortColumns (sortOrder);
// Prepend the argument list with those from the report filter.
// Add the report filter to any existing filter from the command line or
// context.
context.cli.addRawFilter (reportFilter);
// Apply filter.