From 505133cacc587c5894f10bed149d774c41b857e2 Mon Sep 17 00:00:00 2001 From: geekan Date: Tue, 19 Dec 2023 19:00:39 +0800 Subject: [PATCH] refine cli --- metagpt/startup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metagpt/startup.py b/metagpt/startup.py index d6f3397bc..a1af90ffc 100644 --- a/metagpt/startup.py +++ b/metagpt/startup.py @@ -21,10 +21,10 @@ def startup( inc: bool = typer.Option(default=False, help="Incremental mode. Use it to coop with existing repo."), project_path: str = typer.Option( default="", - help="Specify the directory path of the old version project to fulfill the " "incremental requirements.", + help="Specify the directory path of the old version project to fulfill the incremental requirements.", ), reqa_file: str = typer.Option( - default="", help="Specify the source file name for rewriting the quality assurance " "code." + default="", help="Specify the source file name for rewriting the quality assurance code." ), max_auto_summarize_code: int = typer.Option( default=0,