mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
ssh typer
This commit is contained in:
parent
dd30cb34ed
commit
4d3c77332f
1 changed files with 1 additions and 1 deletions
|
@ -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(add_completion=False)
|
||||
app = typer.Typer(add_completion=False, pretty_exceptions_enable=False)
|
||||
|
||||
|
||||
@app.command()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue