class documentation

class GbpOptionGroup(OptionGroup):

View In Hierarchy

Undocumented

Method add_boolean_config_file_option Undocumented
Method add_config_file_option set a option for the command line parser, the default is read from the config file param option_name: name of the option type option_name: string param dest: where to store this option type dest: string param help: help text type help: string...
def add_boolean_config_file_option(self, option_name, dest):

Undocumented

@save_option
def add_config_file_option(self, option_name, dest, help=None, **kwargs):

set a option for the command line parser, the default is read from the config file param option_name: name of the option type option_name: string param dest: where to store this option type dest: string param help: help text type help: string