mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 15:47:19 +02:00
Expression reboot
- More integration of A3 into Context. - Now ready for filter/modification/word extraction.
This commit is contained in:
parent
4fc4e0f637
commit
abcda0bcfa
4 changed files with 41 additions and 22 deletions
|
@ -86,7 +86,10 @@ int CmdCustom::execute (std::string& output)
|
|||
split (filterArgs, reportFilter, ' ');
|
||||
std::vector <std::string>::iterator arg;
|
||||
for (arg = filterArgs.begin (); arg != filterArgs.end (); ++ arg)
|
||||
{
|
||||
context.args.capture_first (*arg);
|
||||
context.a3.capture_first (*arg);
|
||||
}
|
||||
|
||||
// Load the data.
|
||||
// TODO Replace with TDB2.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue