mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
sssh typer
This commit is contained in:
parent
acc6be9e95
commit
5c8546c140
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/."
|
ORIGINAL_DNAME = BENCHMARK_DNAME / "practice/."
|
||||||
assert ORIGINAL_DNAME.exists() and ORIGINAL_DNAME.is_dir()
|
assert ORIGINAL_DNAME.exists() and ORIGINAL_DNAME.is_dir()
|
||||||
|
|
||||||
app = typer.Typer()
|
app = typer.Typer(add_completion=False)
|
||||||
|
|
||||||
|
|
||||||
@app.command()
|
@app.command()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue