bugscpp.processor.core.command.ShellCommand¶
- class ShellCommand[source]¶
Bases:
bugscpp.processor.core.command.Command
Command that does not use docker but shell instead. Not fully implemented yet.
Methods
__init__
()run
(argv)Attributes
Represent the group of this command.
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.