Integration - tag parsing
- Added +tag, -tag support to Context. - Unit tests still broken. - Task is still broken.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user