mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 19:55:00 +00:00
wip
This commit is contained in:
parent
c24c9d33a5
commit
c7358c96b9
2 changed files with 20 additions and 1 deletions
|
@ -509,7 +509,8 @@ def main(argv=None, input=None, output=None, force_git_root=None):
|
|||
content = io.read_text(args.apply)
|
||||
if content is None:
|
||||
return
|
||||
coder.apply_updates(content)
|
||||
coder.partial_response_content = content
|
||||
coder.apply_updates()
|
||||
return
|
||||
|
||||
io.tool_output("Use /help to see in-chat commands, run with --help to see cmd line args")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue