Added help message to all cli commands

This commit is contained in:
2021-04-11 16:36:59 +02:00
parent cce4b6b191
commit 93829027af
14 changed files with 105 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ import pkgutil
import sys
import platform
import pkg_resources
import textwrap
import cpl
import cpl_cli
@@ -18,6 +19,11 @@ class VersionService(CommandABC):
"""
CommandABC.__init__(self)
@property
def help_message(self) -> str:
return textwrap.dedent("""\
""")
def run(self, args: list[str]):
"""
Entry point of command