mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-01 18:27:20 +02:00
Code: Improved comments regarding filters/args.
This commit is contained in:
parent
f0fbdaf2c9
commit
2f1ca72334
4 changed files with 10 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue