Fixed new command problems

This commit is contained in:
2021-10-04 09:56:08 +02:00
parent 6fa47f19af
commit 4d6d19d2e5
22 changed files with 45 additions and 42 deletions

View File

@@ -73,6 +73,7 @@ class NewService(CommandABC):
schematics = [
'console (c|C) <name>',
'library (l|L) <name>',
]
Console.write_line('Available Schematics:')
for name in schematics: