mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 20:54:59 +00:00
formatting fixes
This commit is contained in:
parent
d8e9da35d6
commit
8801fda972
2 changed files with 26 additions and 11 deletions
|
@ -1360,6 +1360,7 @@ class Commands:
|
|||
def cmd_editor(self, initial_content=""):
|
||||
"Open an editor to write a prompt"
|
||||
from aider.editor import pipe_editor
|
||||
|
||||
user_input = pipe_editor(initial_content, suffix="md")
|
||||
self.io.display_user_input(user_input)
|
||||
self._generic_chat_command(user_input, self.coder.edit_format)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue