mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
feat: add --watch-files switch for FileWatcher control
This commit is contained in:
parent
c08f09b06b
commit
935832028a
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ from aider.args_formatter import (
|
||||||
|
|
||||||
from .dump import dump # noqa: F401
|
from .dump import dump # noqa: F401
|
||||||
|
|
||||||
|
# add --watch-files switch to control FileWatcher ai!
|
||||||
|
|
||||||
def default_env_file(git_root):
|
def default_env_file(git_root):
|
||||||
return os.path.join(git_root, ".env") if git_root else ".env"
|
return os.path.join(git_root, ".env") if git_root else ".env"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue