CLI
- Can now safely re-analyze command line if something changes. This required a ::analzye method to be called late in Context::initialize.
This commit is contained in:
@@ -66,6 +66,7 @@ public:
|
||||
void entity (const std::string&, const std::string&);
|
||||
void initialize (int, const char**);
|
||||
void add (const std::string&);
|
||||
void analyze ();
|
||||
const std::string getFilter ();
|
||||
const std::vector <std::string> getWords ();
|
||||
const std::vector <std::string> getModifications ();
|
||||
|
||||
Reference in New Issue
Block a user