Implemented the ability to attribute the commit message in the main function.

This commit is contained in:
Paul Gauthier (aider) 2024-06-27 10:23:31 -07:00
parent ec682fd683
commit 506636195a

View file

@ -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: