From f28fc5b2b1c8bc09d11ff8b8f14a4a941c8719e7 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 18 May 2023 10:15:18 -0700 Subject: [PATCH] Changed command description for `cmd_run`. --- aider/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/commands.py b/aider/commands.py index a8524f9e4..0b13506ed 100644 --- a/aider/commands.py +++ b/aider/commands.py @@ -227,7 +227,7 @@ class Commands: self.io.tool(f"Removed {relative_fname} from the chat") def cmd_run(self, args): - "Run the supplied command in a subprocess and combine stdout and stderr into a single string" + "Run a shell command and optionally add the output to the chat" try: parsed_args = shlex.split(args) result = subprocess.run(