From 41ac55c255fe80be77d25a429583c61d68b37dfc Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 3 Jul 2024 11:57:18 -0300 Subject: [PATCH] The --test-cmd arg should not be a list #741 #657 --- aider/args.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aider/args.py b/aider/args.py index c16298fa8..7a69e04aa 100644 --- a/aider/args.py +++ b/aider/args.py @@ -385,7 +385,6 @@ def get_parser(default_config_files, git_root): ) group.add_argument( "--test-cmd", - action="append", help="Specify command to run tests", default=[], )