refactor: remove duplicate --light-mode argument

This commit is contained in:
Paul Gauthier 2024-09-03 12:43:59 -07:00 committed by Paul Gauthier (aider)
parent d92605c447
commit 00fa9efba4

View file

@ -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,