Parser
- Implemented ::capture_last, so that new args can be injected at either end of the command line.
This commit is contained in:
@@ -57,6 +57,7 @@ public:
|
||||
void applyOverrides ();
|
||||
void injectDefaults ();
|
||||
Tree* captureFirst (const std::string&);
|
||||
Tree* captureLast (const std::string&);
|
||||
|
||||
const std::string getFilterExpression ();
|
||||
const std::vector <std::string> getWords () const;
|
||||
|
||||
Reference in New Issue
Block a user