feat: add --watch-files switch for FileWatcher control

This commit is contained in:
Paul Gauthier 2024-12-01 09:33:56 -08:00 committed by Paul Gauthier (aider)
parent c08f09b06b
commit 935832028a

View file

@ -15,6 +15,7 @@ from aider.args_formatter import (
from .dump import dump # noqa: F401
# add --watch-files switch to control FileWatcher ai!
def default_env_file(git_root):
return os.path.join(git_root, ".env") if git_root else ".env"