module documentation

Everything related to the 'pylint-config -h' command and subcommands.

Function get_help Get the help message for the main 'pylint-config' command.
Function get_subparser_help Get the help message for one of the subcommands.
def get_help(parser: argparse.ArgumentParser) -> str: (source)

Get the help message for the main 'pylint-config' command. Taken from argparse.ArgumentParser.format_help.

def get_subparser_help(linter: PyLinter, command: str) -> str: (source)

Get the help message for one of the subcommands.