- 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:
Paul Beckingham
2014-10-19 17:59:51 -04:00
parent 171fabbcda
commit cd8f7ddac4
3 changed files with 15 additions and 22 deletions

View File

@@ -248,6 +248,7 @@ int Context::initialize (int argc, const char** argv)
staticInitialization (); // Decouple code from Context.
parser.parse (); // Parse all elements.
cli.analyze (); // Parse all elements.
tdb2.set_location (data_dir); // Prepare the task database.