From 506636195aa31fdd25f1e5808f5dd90fb298a750 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 27 Jun 2024 10:23:31 -0700 Subject: [PATCH] Implemented the ability to attribute the commit message in the main function. --- aider/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/main.py b/aider/main.py index ef22d2c4f..75a9cde24 100644 --- a/aider/main.py +++ b/aider/main.py @@ -441,6 +441,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F test_cmd=args.test_cmd, attribute_author=args.attribute_author, attribute_committer=args.attribute_committer, + attribute_commit_message=args.attribute_commit_message, ) except ValueError as err: