mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 19:55:00 +00:00
chat works, with commits and reflected messages
This commit is contained in:
parent
4c8d32601c
commit
701103a9cc
3 changed files with 67 additions and 47 deletions
|
@ -513,7 +513,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
|
||||
io = InputOutput(
|
||||
args.pretty,
|
||||
args.yes,
|
||||
args.yes or return_coder, # Force --yes if return_coder
|
||||
args.input_history_file,
|
||||
args.chat_history_file,
|
||||
input=input,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue