Added a dump statement to cmd_commit function.

This commit is contained in:
Paul Gauthier 2023-05-11 09:29:51 -07:00
parent 1f4a54cf01
commit c9ff2ed7e9

View file

@ -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.")