mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-04 10:37:19 +02:00
Integration - tag parsing
- Added +tag, -tag support to Context. - Unit tests still broken. - Task is still broken.
This commit is contained in:
parent
bf4cf8e786
commit
72e3f76ed9
2 changed files with 21 additions and 8 deletions
|
@ -68,6 +68,8 @@ public:
|
|||
std::string program;
|
||||
std::vector <std::string> args;
|
||||
Cmd cmd;
|
||||
std::vector <std::string> tagAdditions;
|
||||
std::vector <std::string> tagRemovals;
|
||||
|
||||
private:
|
||||
std::vector <std::string> messages;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue