cpl@2022.6.3 - Verbesserung der Parameter #67

Merged
edraft merged 25 commits from 2022.6.3 into 2022.6 2022-05-22 17:38:22 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ccca904cb8 - Show all commits

View File

@ -145,7 +145,7 @@ class GenerateService(CommandABC):
)
if os.path.isfile(file_path):
Console.error(f'{String.first_to_upper(schematic)} already exists!')
Console.error(f'{String.first_to_upper(schematic)} already exists!\n')
sys.exit()
message = f'Creating {self._env.working_directory}/{template.path}/{template.name}'

View File

@ -54,4 +54,4 @@ class HelpService(CommandABC):
Console.write(f'\n\t{name} ')
Console.set_foreground_color(ForegroundColorEnum.default)
Console.write(f'{description}')
Console.write_line('\nRun \'cpl <command> --help\' for command specific information\'s')
Console.write_line('\nRun \'cpl <command> --help\' for command specific information\'s\n')