mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
CLI: Abstract adding new raw filter to a new helper method
This commit is contained in:
parent
09fe5be086
commit
1abda3900b
3 changed files with 16 additions and 9 deletions
|
@ -77,6 +77,7 @@ public:
|
|||
void entity (const std::string&, const std::string&);
|
||||
void initialize (int, const char**);
|
||||
void add (const std::string&);
|
||||
void addRawFilter (const std::string& arg);
|
||||
void analyze (bool parse = true, bool strict = false);
|
||||
void applyOverrides ();
|
||||
const std::string getFilter ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue