feat: disable watch-files by default and update help text

This commit is contained in:
Paul Gauthier 2024-12-01 09:35:28 -08:00 committed by Paul Gauthier (aider)
parent b2b43d2bd3
commit 41e6fb961b

View file

@ -532,8 +532,8 @@ def get_parser(default_config_files, git_root):
group.add_argument(
"--watch-files",
action=argparse.BooleanOptionalAction,
default=True,
help="Enable/disable watching files for external changes (default: True)",
default=False,
help="Enable/disable watching files for ai coding comments (default: False)",
)
group = parser.add_argument_group("Fixing and committing")
group.add_argument(