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