mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
bugfix
This commit is contained in:
parent
cdfc0a38ee
commit
9168331f4b
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ def main(args=None, input=None, output=None):
|
|||
if args.apply:
|
||||
with open(args.apply, "r") as f:
|
||||
content = f.read()
|
||||
coder.update_files(content, inp="")
|
||||
coder.apply_updates(content)
|
||||
return
|
||||
|
||||
io.tool_output("Use /help to see in-chat commands.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue