diff --git a/src/cpl_cli/command/generate_service.py b/src/cpl_cli/command/generate_service.py index 5078a23a..40e913a0 100644 --- a/src/cpl_cli/command/generate_service.py +++ b/src/cpl_cli/command/generate_service.py @@ -59,6 +59,20 @@ class GenerateService(CommandABC): @property def help_message(self) -> str: return textwrap.dedent("""\ + Generate a file based on schematic. + usage: cpl generate + + arguments: + schematic: The schematic to generate. + name: The name of the generated file + + schematics: + abc + class + enum + service + settings + thread """) @staticmethod