Made logging look nicer

This commit is contained in:
Zvonimir Sabljic
2023-08-25 14:21:41 +02:00
parent f0cc8cdc59
commit f4dc07407e
9 changed files with 23 additions and 16 deletions

View File

@@ -49,6 +49,8 @@ def get_arguments():
if 'step' not in arguments:
arguments['step'] = None
print(colored('\n------------------ STARTING NEW PROJECT ----------------------', 'green', attrs=['bold']))
print(f"If you wish to continue with this project in future run:")
print(colored(f'python main.py app_id={arguments["app_id"]}', 'yellow', attrs=['bold']))
print(colored(f'python main.py app_id={arguments["app_id"]}', 'green', attrs=['bold']))
print(colored('--------------------------------------------------------------\n', 'green', attrs=['bold']))
return arguments