2021.4.post1 #31

Merged
edraft merged 92 commits from 2021.4.post1 into master 2021-05-19 09:00:40 +02:00
Showing only changes of commit f8f5d46491 - Show all commits

View File

@ -59,6 +59,20 @@ class GenerateService(CommandABC):
@property @property
def help_message(self) -> str: def help_message(self) -> str:
return textwrap.dedent("""\ return textwrap.dedent("""\
Generate a file based on schematic.
usage: cpl generate <schematic> <name>
arguments:
schematic: The schematic to generate.
name: The name of the generated file
schematics:
abc
class
enum
service
settings
thread
""") """)
@staticmethod @staticmethod