mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
feat: Add pipe_editor function for system editor interaction
This commit is contained in:
parent
757fbb0124
commit
031e8cea6e
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ def discover_editor(editor_override=None):
|
|||
|
||||
return editor
|
||||
|
||||
|
||||
def pipe_editor(input_data="", suffix=None, editor=None):
|
||||
"""
|
||||
Opens the system editor with optional input data and returns the edited content.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue