OpenModelica / OMSimulator

The OpenModelica FMI & SSP-based co-simulation environment.
Other
67 stars 49 forks source link

Report default values of parameters in OMSimulator --help output #1265

Open casella opened 8 months ago

casella commented 8 months ago

OMSimulator has many flags, which are output by calling OMSimulator --help. These flags all have default values, set by oms::Flags::setDefaults(), which are however not visible from the documentation.

We should make sure that OMSimulator --help calls [oms::Flags::setDefaults() and then displays the actual default values in the on-screen documentation. Then, we should updated the online documentation accordingly.