From 5c8546c14049c72a458db487f2a9b0ad946f3e10 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 26 Jun 2023 16:48:15 -0700 Subject: [PATCH] sssh typer --- scripts/benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/benchmark.py b/scripts/benchmark.py index 11bd77a13..42a523df6 100755 --- a/scripts/benchmark.py +++ b/scripts/benchmark.py @@ -28,7 +28,7 @@ assert BENCHMARK_DNAME.exists() and BENCHMARK_DNAME.is_dir() ORIGINAL_DNAME = BENCHMARK_DNAME / "practice/." assert ORIGINAL_DNAME.exists() and ORIGINAL_DNAME.is_dir() -app = typer.Typer() +app = typer.Typer(add_completion=False) @app.command()