mirror of
https://github.com/ycd/manage-fastapi.git
synced 2021-11-08 01:34:39 +03:00
📎 Set add_completion option to False
This commit is contained in:
committed by
Yağızcan Değirmenci
parent
a1d1ddebab
commit
65747d50d1
@@ -10,7 +10,11 @@ from manage_fastapi.context import AppContext, ProjectContext
|
||||
from manage_fastapi.generator import generate_app, generate_project
|
||||
from manage_fastapi.helpers import bullet, launch_cli, yes_no
|
||||
|
||||
app = typer.Typer(help="Managing FastAPI projects made easy!", name="Manage FastAPI")
|
||||
app = typer.Typer(
|
||||
add_completion=False,
|
||||
help="Managing FastAPI projects made easy!",
|
||||
name="Manage FastAPI",
|
||||
)
|
||||
|
||||
|
||||
@app.command(help="Creates a FastAPI project.")
|
||||
|
||||
Reference in New Issue
Block a user