mirror of
https://github.com/Aider-AI/aider
synced 2026-04-25 17:15:07 +02:00
refactor: Remove -n short flag from benchmark --new option
This commit is contained in:
committed by
Paul Gauthier (aider)
parent
c48fea64a1
commit
f5a512ba65
@@ -184,7 +184,7 @@ def main(
|
|||||||
False, "--clean", "-c", help="Discard the existing testdir and make a clean copy"
|
False, "--clean", "-c", help="Discard the existing testdir and make a clean copy"
|
||||||
),
|
),
|
||||||
cont: bool = typer.Option(False, "--cont", help="Continue the (single) matching testdir"),
|
cont: bool = typer.Option(False, "--cont", help="Continue the (single) matching testdir"),
|
||||||
make_new: bool = typer.Option(False, "--new", "-n", help="Make a new dated testdir"),
|
make_new: bool = typer.Option(False, "--new", help="Make a new dated testdir"),
|
||||||
no_unit_tests: bool = typer.Option(False, "--no-unit-tests", help="Do not run unit tests"),
|
no_unit_tests: bool = typer.Option(False, "--no-unit-tests", help="Do not run unit tests"),
|
||||||
no_aider: bool = typer.Option(False, "--no-aider", help="Do not run aider"),
|
no_aider: bool = typer.Option(False, "--no-aider", help="Do not run aider"),
|
||||||
verbose: bool = typer.Option(False, "--verbose", "-v", help="Verbose output"),
|
verbose: bool = typer.Option(False, "--verbose", "-v", help="Verbose output"),
|
||||||
|
|||||||
Reference in New Issue
Block a user