mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
added test coverage #585
This commit is contained in:
parent
0de6b36cde
commit
250d89649b
2 changed files with 19 additions and 1 deletions
|
@ -219,7 +219,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
args.assistant_output_color = "blue"
|
||||
args.code_theme = "default"
|
||||
|
||||
if return_coder:
|
||||
if return_coder and args.yes is None:
|
||||
args.yes = True
|
||||
|
||||
io = InputOutput(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue