Closed nafur closed 2 years ago
This PR adds wrappers for setOption(), getOption, getOptionNames() and getOptionInfo(). It also extends setOption() (and set()) to allow for setOption('name', 'value') in addition to keywords to simplify setting options whose names contain dashes.
setOption()
getOption
getOptionNames()
getOptionInfo()
set()
setOption('name', 'value')
This PR adds wrappers for
setOption()
,getOption
,getOptionNames()
andgetOptionInfo()
. It also extendssetOption()
(andset()
) to allow forsetOption('name', 'value')
in addition to keywords to simplify setting options whose names contain dashes.