OEConfigureOpts

Attention

This is a preliminary API and may be improved based on user feedback. It is currently available in C++ and Python.

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.