use {{ app_type }} from project.args in prompts

This commit is contained in:
Nicholas Albion
2023-09-08 05:25:30 +10:00
parent d52c674cf0
commit bd67695828
11 changed files with 188 additions and 179 deletions

View File

@@ -25,7 +25,7 @@ class Project:
Initialize a project.
Args:
args (dict): Project arguments.
args (dict): Project arguments - app_id, (app_type, name), user_id, email, password, step
name (str, optional): Project name. Default is None.
description (str, optional): Project description. Default is None.
user_stories (list, optional): List of user stories. Default is None.