bugscpp.processor.core.command.SimpleCommand

class SimpleCommand[source]

Bases: bugscpp.processor.core.command.Command

Command that does not use docker. Not fully implemented yet.

__init__()

Methods

__init__()

run(argv)

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.