switched to colorama which works on Windows and in VS Code

This commit is contained in:
Nicholas Albion
2023-09-27 11:37:15 +10:00
parent 6dd5a032fa
commit af75e8ebdc
4 changed files with 16 additions and 13 deletions

View File

@@ -67,7 +67,8 @@ class Project:
# if development_plan is not None:
# self.development_plan = development_plan
print(green_bold('\n------------------ STARTING NEW PROJECT ----------------------'))
# TODO: When running from the CLI, this would be displayed in addition to ---- LOADING PROJECT ----
print(green_bold('\n------------------ STARTING NEW PROJECT Project ----------------------'))
print(f"If you wish to continue with this project in future run:")
print(green_bold(f'python main.py app_id={args["app_id"]}'))
print(green_bold('--------------------------------------------------------------\n'))