2363 if (!conf.DoParse(argc, argv,
PrintHelp))
2369 if (!conf.Has(
"console"))
2371 if (conf.Get<
bool>(
"no-dim"))
2372 return RunShell<LocalStream, StateMachine, ConnectionBias>(conf);
2374 return RunShell<LocalStream, StateMachineDim, ConnectionDimBias>(conf);
2377 if (conf.Get<
bool>(
"no-dim"))
2379 if (conf.Get<
int>(
"console")==0)
2380 return RunShell<LocalShell, StateMachine, ConnectionBias>(conf);
2382 return RunShell<LocalConsole, StateMachine, ConnectionBias>(conf);
2386 if (conf.Get<
int>(
"console")==0)
2387 return RunShell<LocalShell, StateMachineDim, ConnectionDimBias>(conf);
2389 return RunShell<LocalConsole, StateMachineDim, ConnectionDimBias>(conf);
void SetupConfiguration(Configuration &conf)
void SetupConfiguration(Configuration &conf)
Commandline parsing, resource file parsing and database access.