module documentation

Query and display config file values

Function build_cmd_parser Populate the parser to get a list of valid options
Function build_parser Undocumented
Function main Undocumented
Function parse_args Undocumented
Function print_all_options Undocumented
Function print_cmd_values Print configuration values of a command
Function print_single_option Undocumented
Function value_printer Undocumented
def build_cmd_parser(section):

Populate the parser to get a list of valid options

def build_parser(name):

Undocumented

def main(argv):

Undocumented

def parse_args(argv):

Undocumented

def print_all_options(parser, printer):

Undocumented

def print_cmd_values(query, printer):

Print configuration values of a command

Parameters
querythe section to print the values for or section.option to print
printerthe printer to output the values
def print_single_option(parser, option, printer):

Undocumented

def value_printer(output):

Undocumented