mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
log the cmd line to the chat history
This commit is contained in:
parent
6ea9085eec
commit
fc1dac4ac3
1 changed files with 2 additions and 0 deletions
|
@ -100,6 +100,8 @@ def main(args=None, input=None, output=None):
|
||||||
output=output,
|
output=output,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
io.tool(*sys.argv)
|
||||||
|
|
||||||
coder = Coder(
|
coder = Coder(
|
||||||
args.model,
|
args.model,
|
||||||
fnames,
|
fnames,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue