2021.4.7 #29

Merged
edraft merged 9 commits from 2021.4.7 into 2021.4.post1 2021-04-13 15:47:25 +02:00
Showing only changes of commit f8f5d46491 - Show all commits

View File

@ -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 <schematic> <name>
arguments:
schematic: The schematic to generate.
name: The name of the generated file
schematics:
abc
class
enum
service
settings
thread
""")
@staticmethod