docs: don't add typer completion

This commit is contained in:
Daylin Morgan 2022-12-20 13:29:15 -06:00
parent 0f1e869098
commit 5f4a4aada0

View file

@ -8,7 +8,7 @@ __import__("viv").activate("typer", "rich-click") # noqa
import typer
app = typer.Typer()
app = typer.Typer(add_completion=False)
@app.command()