From 00fa9efba4bfa584284bda5b41da9e53ff3c23db Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 3 Sep 2024 12:43:59 -0700 Subject: [PATCH] refactor: remove duplicate --light-mode argument --- aider/args.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/aider/args.py b/aider/args.py index dd1ab0e33..ac6d86dec 100644 --- a/aider/args.py +++ b/aider/args.py @@ -290,12 +290,6 @@ def get_parser(default_config_files, git_root): help="Use colors suitable for a light terminal background (default: False)", default=False, ) - group.add_argument( - "--light-mode", - action="store_true", - help="Use colors suitable for a light terminal background (default: False)", - default=False, - ) group.add_argument( "--pretty", action=argparse.BooleanOptionalAction,