2022.6 #88
@ -145,7 +145,7 @@ class GenerateService(CommandABC):
|
|||||||
)
|
)
|
||||||
|
|
||||||
if os.path.isfile(file_path):
|
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()
|
sys.exit()
|
||||||
|
|
||||||
message = f'Creating {self._env.working_directory}/{template.path}/{template.name}'
|
message = f'Creating {self._env.working_directory}/{template.path}/{template.name}'
|
||||||
|
@ -54,4 +54,4 @@ class HelpService(CommandABC):
|
|||||||
Console.write(f'\n\t{name} ')
|
Console.write(f'\n\t{name} ')
|
||||||
Console.set_foreground_color(ForegroundColorEnum.default)
|
Console.set_foreground_color(ForegroundColorEnum.default)
|
||||||
Console.write(f'{description}')
|
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')
|
||||||
|
Loading…
Reference in New Issue
Block a user