OEConfigureOpts
OEConfigureOpts(opts: OEOptions, argc: int, argv: str,
writeSettings: bool = True) -> int
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.