bugscpp.processor.core.command.Command

class Command[source]

Bases: bugscpp.processor.core.command.BaseCommandRegistry

Abstract class to implement a command. Inherit from this class to add a new command. The name of the command will be identical to the module name where the class is defined. If there are multiple classes inherited from this inside the module, the last one will be applied.

__init__()

Methods

__init__()

Attributes

group

Represent the group of this command.

help

Description of this command.

property group: str

Represent the group of this command. It is not meaningful yet.

property help: str

Description of this command.