set_main_group
Description:
Sets a OptionGroup as main group of the this.
This has the same effect as calling add_group, the only difference is that the options in the main group are treated differently when generating `--help` output.
Parameters:
this | |
group |
the group to set as main group |