CLI2: Generalize 'add' to insert arguments at arbitrary position

This commit is contained in:
Tomas Babej
2021-01-28 00:27:11 -05:00
parent 9bc726ba61
commit 9128798fee
2 changed files with 6 additions and 5 deletions

View File

@@ -70,7 +70,7 @@ public:
void entity (const std::string&, const std::string&);
void add (const std::string&);
void add (const std::vector <std::string>&);
void add (const std::vector <std::string>&, int offset = 0);
void analyze ();
void addFilter (const std::string& arg);
void addContextFilter ();