mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Args
- Added call to A3t::getFilterExpression, for testing.
This commit is contained in:
parent
997bdbdb90
commit
45bd916a1a
1 changed files with 5 additions and 0 deletions
|
@ -155,6 +155,11 @@ int main (int argc, const char** argv)
|
|||
Tree* tree = a3t.parse ();
|
||||
if (tree)
|
||||
std::cout << tree->dump ();
|
||||
|
||||
std::cout << "\n"
|
||||
<< " Filter: "
|
||||
<< a3t.getFilterExpression ()
|
||||
<< "\n";
|
||||
}
|
||||
|
||||
catch (const std::string& error)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue