mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CLI
- Now only dumps the parse tree on ::getFilter.
This commit is contained in:
parent
295feda3b4
commit
c3f7524006
1 changed files with 1 additions and 4 deletions
|
@ -259,8 +259,6 @@ void CLI::initialize (int argc, const char** argv)
|
|||
aliasExpansion ();
|
||||
extractOverrides ();
|
||||
categorize ();
|
||||
|
||||
dump ("CLI::initialize");
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -288,8 +286,6 @@ void CLI::add (const std::string& arg)
|
|||
aliasExpansion ();
|
||||
extractOverrides ();
|
||||
categorize ();
|
||||
|
||||
dump ("CLI::add");
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -316,6 +312,7 @@ const std::string CLI::getFilter ()
|
|||
filter += ')';
|
||||
}
|
||||
|
||||
dump ("CLI::getFilter");
|
||||
return filter;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue