mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Parser
- Scans the tree to find the binary, after the calendar report runs the main report and prepares to run the detail report. Now I think about it, this feature could be implemented vai hooks.
This commit is contained in:
parent
382881c0e1
commit
68555315e0
1 changed files with 1 additions and 0 deletions
|
@ -528,6 +528,7 @@ Tree* Parser::captureFirst (const std::string& arg)
|
|||
|
||||
_tree->_branches.insert (i, t);
|
||||
|
||||
findBinary ();
|
||||
findCommand ();
|
||||
return t;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue