mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-11-12 12:13:15 -06:00
docs: don't add typer completion
This commit is contained in:
parent
0f1e869098
commit
5f4a4aada0
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ __import__("viv").activate("typer", "rich-click") # noqa
|
|||
|
||||
import typer
|
||||
|
||||
app = typer.Typer()
|
||||
app = typer.Typer(add_completion=False)
|
||||
|
||||
|
||||
@app.command()
|
||||
|
|
Loading…
Reference in a new issue