CLI2: Generalize 'add' to insert arguments at arbitrary position
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user