mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-30 02:17:21 +02:00
CLI, Filter
- Moved parse tree dump into Context::debug output.
This commit is contained in:
parent
24219e23a1
commit
b484abea4a
3 changed files with 32 additions and 26 deletions
|
@ -72,6 +72,7 @@ public:
|
|||
const std::string getFilter ();
|
||||
const std::vector <std::string> getWords ();
|
||||
const std::vector <std::string> getModifications ();
|
||||
const std::string dump () const;
|
||||
|
||||
private:
|
||||
void aliasExpansion ();
|
||||
|
@ -85,7 +86,6 @@ private:
|
|||
void desugarPatterns ();
|
||||
void desugarIDs ();
|
||||
void desugarUUIDs ();
|
||||
void dump (const std::string&) const;
|
||||
|
||||
public:
|
||||
std::multimap <std::string, std::string> _entities;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue