Skip to content

Commit

Permalink
Added --commit command #283
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Oct 18, 2023
1 parent 3f2dfa2 commit dffeaac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aider/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dffeaac

Please sign in to comment.