We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6a131 commit 851c5f2Copy full SHA for 851c5f2
src/tsqsim-qt/src/main.cpp
@@ -73,6 +73,9 @@ int main(int argc, char *argv[])
73
StrategyType stratType = StrategyFactory::Type::STRA_SR_BRK;
74
gcfgMan.Read();
75
ConfigSym * pconf = gcfgMan.cfgSym.get();
76
+ pconf->UpdateFromOther(result.value.m_confSym);
77
+ pconf->Write(); // Propagates the CLI choices
78
+
79
//const ConfigTF2 & confTF2 = *gcfgMan.cfgTF2;
80
//const ConfigOpti & confOpti = *gcfgMan.cfgOpti;
81
try
0 commit comments