mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Parser
- ::applyOverrides looks at all nodes.
This commit is contained in:
parent
dbc55b5f73
commit
1b39a03e96
1 changed files with 2 additions and 2 deletions
|
@ -580,10 +580,10 @@ void Parser::getDataLocation (Path& data)
|
||||||
// leaving only the plain args.
|
// leaving only the plain args.
|
||||||
void Parser::applyOverrides ()
|
void Parser::applyOverrides ()
|
||||||
{
|
{
|
||||||
context.debug ("Parse::applyOverrides");
|
context.debug ("Parser::applyOverrides");
|
||||||
|
|
||||||
std::vector <Tree*> nodes;
|
std::vector <Tree*> nodes;
|
||||||
collect (nodes, collectLeaf);
|
collect (nodes, collectAll);
|
||||||
std::vector <Tree*>::iterator i;
|
std::vector <Tree*>::iterator i;
|
||||||
for (i = nodes.begin (); i != nodes.end (); ++i)
|
for (i = nodes.begin (); i != nodes.end (); ++i)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue