mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
fix: Rename run_interactive_command
to run_interactive_command_pexpect
This commit is contained in:
parent
3ccb876434
commit
444416638a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ from aider.dump import dump # noqa: F401
|
|||
IMAGE_EXTENSIONS = {".png", ".jpg", ".jpeg", ".gif", ".bmp", ".tiff", ".webp"}
|
||||
|
||||
|
||||
def run_interactive_command(command):
|
||||
def run_interactive_command_pexpect(command):
|
||||
"""
|
||||
Run a shell command interactively using pexpect, capturing all output.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue