Create a GLib.OptionGroup to handle JSCOptions as command line arguments.
The options will be exposed as command line arguments with the form
--jsc-<option>=<value>.
Each entry in the returned GLib.OptionGroup is configured to apply the
corresponding option during command line parsing. Applications only need to
pass the returned group to g_option_context_add_group(), and the rest will
be taken care for automatically.
Create a GLib.OptionGroup to handle JSCOptions as command line arguments. The options will be exposed as command line arguments with the form--jsc-<option>=<value> .
Each entry in the returned GLib.OptionGroup is configured to apply the
corresponding option during command line parsing. Applications only need to
pass the returned group to
g_option_context_add_group(), and the rest will be taken care for automatically.