mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
feat: disable watch-files by default and update help text
This commit is contained in:
parent
b2b43d2bd3
commit
41e6fb961b
1 changed files with 2 additions and 2 deletions
|
@ -532,8 +532,8 @@ def get_parser(default_config_files, git_root):
|
||||||
group.add_argument(
|
group.add_argument(
|
||||||
"--watch-files",
|
"--watch-files",
|
||||||
action=argparse.BooleanOptionalAction,
|
action=argparse.BooleanOptionalAction,
|
||||||
default=True,
|
default=False,
|
||||||
help="Enable/disable watching files for external changes (default: True)",
|
help="Enable/disable watching files for ai coding comments (default: False)",
|
||||||
)
|
)
|
||||||
group = parser.add_argument_group("Fixing and committing")
|
group = parser.add_argument_group("Fixing and committing")
|
||||||
group.add_argument(
|
group.add_argument(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue