mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CLI2: Generalize method to add context to support writeable context
This commit is contained in:
parent
5c3cf0f438
commit
5716f5abb7
2 changed files with 42 additions and 19 deletions
|
@ -74,7 +74,7 @@ public:
|
|||
void analyze ();
|
||||
void addFilter (const std::string& arg);
|
||||
void addModifications (const std::string& arg);
|
||||
void addContextFilter ();
|
||||
void addContext (bool readable, bool writeable);
|
||||
void prepareFilter ();
|
||||
const std::vector <std::string> getWords ();
|
||||
bool canonicalize (std::string&, const std::string&, const std::string&) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue