mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-27 22:37:46 +00:00
@@ -35,7 +35,13 @@ app_cli = typer.Typer(no_args_is_help=True, add_completion=False)
|
|||||||
|
|
||||||
@app_cli.command()
|
@app_cli.command()
|
||||||
def new(
|
def new(
|
||||||
name: Annotated[str, typer.Argument(help="The name of the folder to create")],
|
name: Annotated[
|
||||||
|
str,
|
||||||
|
typer.Option(
|
||||||
|
help="The name of the folder to create",
|
||||||
|
prompt="What folder would you like to create?",
|
||||||
|
),
|
||||||
|
],
|
||||||
*,
|
*,
|
||||||
package: Annotated[
|
package: Annotated[
|
||||||
Optional[List[str]],
|
Optional[List[str]],
|
||||||
|
Reference in New Issue
Block a user