mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
fix: Set paginate to True by default in cmd_diff method
This commit is contained in:
parent
c1ef85640f
commit
e591acb757
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ class Commands:
|
|||
if self.coder.main_model.send_undo_reply:
|
||||
return prompts.undo_command_reply
|
||||
|
||||
def cmd_diff(self, args="", paginate=False):
|
||||
def cmd_diff(self, args="", paginate=True):
|
||||
"Display the diff of the last aider commit"
|
||||
if not self.coder.repo:
|
||||
self.io.tool_error("No git repository found.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue