From fc1dac4ac313220684a34f1e0482f19008b7b32b Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 17 May 2023 13:47:34 -0700 Subject: [PATCH] log the cmd line to the chat history --- aider/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aider/main.py b/aider/main.py index 08c045dd6..9c5d603e0 100644 --- a/aider/main.py +++ b/aider/main.py @@ -100,6 +100,8 @@ def main(args=None, input=None, output=None): output=output, ) + io.tool(*sys.argv) + coder = Coder( args.model, fnames,