mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-25 08:03:39 +00:00
parent
2f6fe6ddf3
commit
927824b7cb
@ -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]],
|
||||||
|
Loading…
Reference in New Issue
Block a user