mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
wip: Changed history_file to input_history_file in InputOutput constructor.
This commit is contained in:
parent
841dfd0a4a
commit
200ecf5a1f
2 changed files with 4 additions and 4 deletions
|
@ -75,7 +75,7 @@ def main(args=None):
|
|||
fnames = args.files
|
||||
pretty = args.pretty
|
||||
|
||||
io = InputOutput(args.pretty, args.yes, args.history_file)
|
||||
io = InputOutput(args.pretty, args.yes, args.input_history_file)
|
||||
|
||||
coder = Coder(
|
||||
args.model, fnames, pretty, args.show_diffs, args.auto_commits, io,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue