class documentation

class CommandLineInterface: (source)

View In Hierarchy

Command-line interface. This class provides a simple command-line interface to the message extraction and PO file generation functionality.

Method run Main entry point of the command-line interface.
Class Variable command_classes Undocumented
Class Variable commands Undocumented
Class Variable usage Undocumented
Class Variable version Undocumented
Instance Variable log Undocumented
Instance Variable parser Undocumented
Method _configure_command :type cmdname: str :type argv: list[str]
Method _configure_logging Undocumented
Method _help Undocumented
def run(self, argv=None): (source)

Main entry point of the command-line interface. :param argv: list of arguments passed on the command-line

command_classes = (source)

Undocumented

commands: dict[str, str] = (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

def _configure_command(self, cmdname, argv): (source)

:type cmdname: str :type argv: list[str]

def _configure_logging(self, loglevel): (source)

Undocumented

def _help(self): (source)

Undocumented