mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-25 21:27:19 +02:00
CLI
- Added Lexer::Type arg to ::addArg, for future capture of type. - Cleaned up code formatting from patch.
This commit is contained in:
parent
d202691638
commit
7826c7b988
3 changed files with 12 additions and 15 deletions
|
@ -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 ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue