From c682bd858a9499a1913e40a5e87bf48b79ca0070 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 30 Nov 2024 09:19:01 -0800 Subject: [PATCH] copy --- aider/args.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/args.py b/aider/args.py index 58a08f5a0..754ef23ed 100644 --- a/aider/args.py +++ b/aider/args.py @@ -559,7 +559,7 @@ def get_parser(default_config_files, git_root): group.add_argument( "--test", action="store_true", - help="Run tests and fix problems found", + help="Run tests, fix problems found and then exit", default=False, )