sssh typer

This commit is contained in:
Paul Gauthier 2023-06-26 16:48:15 -07:00
parent acc6be9e95
commit 5c8546c140

View file

@ -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()