This commit is contained in:
Paul Gauthier 2023-06-04 12:04:51 -07:00
parent cdfc0a38ee
commit 9168331f4b

View file

@ -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.")