From dffeaac4d94d0e16fcb3ed381c5a4109efc0940a Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 18 Oct 2023 12:45:51 -0700 Subject: [PATCH] Added --commit command #283 --- aider/main.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aider/main.py b/aider/main.py index 2ace2532be6..5c22688d2db 100644 --- a/aider/main.py +++ b/aider/main.py @@ -522,6 +522,10 @@ def scrub_sensitive_info(text): io.tool_error(str(err)) return 1 + if args.commit: + coder.commands.cmd_commit("") + return + if args.show_repo_map: repo_map = coder.get_repo_map() if repo_map: