mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
Added log_only parameter to io.tool function call.
This commit is contained in:
parent
bca4674e07
commit
a9511b85b6
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ def main(args=None, input=None, output=None):
|
|||
output=output,
|
||||
)
|
||||
|
||||
io.tool(*sys.argv)
|
||||
io.tool(*sys.argv, log_only=True)
|
||||
|
||||
coder = Coder(
|
||||
args.model,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue