class documentation

Undocumented

Method __init__ Undocumented
Method add_options Populate option parse with options available for this command
Method help An extensive help for the command. It will be shown when using the "help" command. It can contain newlines since no post-formatting will be applied to its contents.
Method long_desc A long description of the command. Return short description when not available. It cannot contain newlines since contents will be formatted by optparser which removes newlines and wraps text.
Method process_options Undocumented
Method run Entry point for running commands
Method set_crawler Undocumented
Method short_desc A short description of the command
Method syntax Command syntax (preferably one-line). Do not include command name.
Class Variable crawler_process Undocumented
Class Variable default_settings Undocumented
Class Variable exitcode Undocumented
Class Variable requires_project Undocumented
Instance Variable settings Undocumented
Instance Variable _crawler Undocumented
def __init__(self): (source)

Undocumented

def help(self): (source)

An extensive help for the command. It will be shown when using the "help" command. It can contain newlines since no post-formatting will be applied to its contents.

def long_desc(self): (source)

A long description of the command. Return short description when not available. It cannot contain newlines since contents will be formatted by optparser which removes newlines and wraps text.

def process_options(self, args, opts): (source)

Undocumented

def set_crawler(self, crawler): (source)

Undocumented

Undocumented

settings: Any = (source)

Undocumented

_crawler = (source)

Undocumented