add_group


Description:

public void add_group (owned OptionGroup group)

Adds a OptionGroup to the this, so that parsing with this will recognize the options in the group.

Note that this will take ownership of the group and thus the group should not be freed.

Parameters:

this

a OptionContext

group

the group to add