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=[], )