mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
Added a dump statement to cmd_commit function.
This commit is contained in:
parent
1f4a54cf01
commit
c9ff2ed7e9
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ class Commands:
|
|||
|
||||
def cmd_commit(self, args):
|
||||
"Commit edits to chat session files made outside the chat (commit message optional)"
|
||||
dump(args)
|
||||
|
||||
if not self.coder.repo:
|
||||
self.console.print("[red]No git repository found.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue