OEConfigureOpts¶
bool OEConfigureOpts(OEOptions& opts, int argc, char** argv, const bool writeSettings = true)
This method configures the parameter settings of the specified OEOptions from the specified command line arguments.
- opts
- The interface to configure. 
- argc
- Command line arguments count. 
- argv
- Command line argument values. 
- writeSettings
- If the visible parameter settings should be written in standard out.