optionsGetOptionGroup
fn
glib.option_group.OptionGroup optionsGetOptionGroup()Create a #GOptionGroup to handle JSCOptions as command line arguments. The options will be exposed as command line arguments with the form <emphasis>--jsc-<option>=<value></emphasis>. Each entry in the returned #GOptionGroup is configured to apply the corresponding option during command line parsing. Applications only need to pass the returned group to glib.option_context.OptionContext.addGroup, and the rest will be taken care for automatically.
Returns
a #GOptionGroup for the JSCOptions