diff --git a/examples/cli.py b/examples/cli.py index 9324527..42838c7 100755 --- a/examples/cli.py +++ b/examples/cli.py @@ -8,7 +8,7 @@ __import__("viv").activate("typer", "rich-click") # noqa import typer -app = typer.Typer() +app = typer.Typer(add_completion=False) @app.command()