mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 05:05:01 +00:00
feat: add file watcher support to coder cloning
This commit is contained in:
parent
a1d558a960
commit
6b8e235f88
3 changed files with 22 additions and 4 deletions
|
@ -43,6 +43,8 @@ class Commands:
|
|||
verify_ssl=self.verify_ssl,
|
||||
args=self.args,
|
||||
parser=self.parser,
|
||||
verbose=self.verbose,
|
||||
editor=self.editor,
|
||||
)
|
||||
|
||||
def __init__(
|
||||
|
@ -997,6 +999,7 @@ class Commands:
|
|||
|
||||
if not args.strip():
|
||||
self.basic_help()
|
||||
dump(self.coder)
|
||||
return
|
||||
|
||||
self.coder.event("interactive help")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue