CLI2: Implement inserting modification arguments

Method to inject mods into the command, to be used by writeable context.
This commit is contained in:
Tomas Babej
2021-01-28 00:41:06 -05:00
parent 9128798fee
commit 5c3cf0f438
2 changed files with 37 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ public:
void add (const std::vector <std::string>&, int offset = 0);
void analyze ();
void addFilter (const std::string& arg);
void addModifications (const std::string& arg);
void addContextFilter ();
void prepareFilter ();
const std::vector <std::string> getWords ();