fix: Rename run_interactive_command to run_interactive_command_pexpect

This commit is contained in:
Paul Gauthier 2024-08-27 09:02:20 -07:00 committed by Paul Gauthier (aider)
parent 3ccb876434
commit 444416638a

View file

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