mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
Changed command description for cmd_run
.
This commit is contained in:
parent
a525a1b543
commit
f28fc5b2b1
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ class Commands:
|
||||||
self.io.tool(f"Removed {relative_fname} from the chat")
|
self.io.tool(f"Removed {relative_fname} from the chat")
|
||||||
|
|
||||||
def cmd_run(self, args):
|
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:
|
try:
|
||||||
parsed_args = shlex.split(args)
|
parsed_args = shlex.split(args)
|
||||||
result = subprocess.run(
|
result = subprocess.run(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue