OMSimulator icon indicating copy to clipboard operation
OMSimulator copied to clipboard

Report default values of parameters in OMSimulator --help output

Open casella opened this issue 2 years ago • 0 comments

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.

casella avatar Oct 23 '23 09:10 casella