Removed debug changes
This commit is contained in:
parent
784ba049ad
commit
b18f2c4bcd
@ -48,16 +48,14 @@ class ConsoleBuilder:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Console.write_line('Test')
|
Console.spinner(
|
||||||
cls._create_file(path, ws_dict)
|
|
||||||
"""Console.spinner(
|
|
||||||
f'Creating {path}',
|
f'Creating {path}',
|
||||||
cls._create_file,
|
cls._create_file,
|
||||||
path,
|
path,
|
||||||
ws_dict,
|
ws_dict,
|
||||||
text_foreground_color=ForegroundColorEnum.green,
|
text_foreground_color=ForegroundColorEnum.green,
|
||||||
spinner_foreground_color=ForegroundColorEnum.cyan
|
spinner_foreground_color=ForegroundColorEnum.cyan
|
||||||
)"""
|
)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def build(cls, project_path: str, use_application_api: bool, use_startup: bool, use_service_providing: bool,
|
def build(cls, project_path: str, use_application_api: bool, use_startup: bool, use_service_providing: bool,
|
||||||
|
Loading…
Reference in New Issue
Block a user