get_option_group


Description:


[ Version ( since = "2.24" ) ]
public OptionGroup get_option_group ()

Create a OptionGroup to handle JSCOptions as command line arguments.

The options will be exposed as command line arguments with the form <emphasis>--jsc-&lt;option&gt;=&lt;value&gt;< /emphasis>. Each entry in the returned OptionGroup is configured to apply the corresponding option during command line parsing. Applications only need to pass the returned group to add_group, and the rest will be taken care for automatically.

Returns:

a OptionGroup for the JSCOptions


Namespace: JSC.Options