Added help message to all cli commands
This commit is contained in:
@@ -7,5 +7,9 @@ class CommandABC(ABC):
|
||||
def __init__(self):
|
||||
ABC.__init__(self)
|
||||
|
||||
@property
|
||||
@abstractmethod
|
||||
def help_message(self) -> str: pass
|
||||
|
||||
@abstractmethod
|
||||
def run(self, args: list[str]): pass
|
||||
|
||||
Reference in New Issue
Block a user