From d57c7b02961747630f8ac86b2e0cb01e19276cbc Mon Sep 17 00:00:00 2001 From: Pavel Date: Wed, 15 Feb 2023 13:10:30 +0400 Subject: [PATCH] -y-description --- scripts/ingest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/ingest.py b/scripts/ingest.py index 6286a377..ca4b8b6b 100644 --- a/scripts/ingest.py +++ b/scripts/ingest.py @@ -23,7 +23,8 @@ nltk.download('averaged_perceptron_tagger', quiet=True) #Splits all files in specified folder to documents @app.command() -def ingest(yes: bool = typer.Option(False, "-y", "--yes", prompt=False), +def ingest(yes: bool = typer.Option(False, "-y", "--yes", prompt=False, + help="Whether to skip price confirmation"), dir: Optional[List[str]] = typer.Option(["inputs"], help="""List of paths to directory for index creation. E.g. --dir inputs --dir inputs2"""),