mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 20:54:59 +00:00
copy
This commit is contained in:
parent
7aa4e44317
commit
b78f8abeb4
4 changed files with 93 additions and 90 deletions
|
@ -865,7 +865,7 @@ class Commands:
|
|||
return errors
|
||||
|
||||
def cmd_run(self, args, add_on_nonzero_exit=False):
|
||||
"Run a shell command and add the output to the chat (alias: !)"
|
||||
"Run a shell command and optionally add the output to the chat (alias: !)"
|
||||
exit_status, combined_output = run_cmd(
|
||||
args, verbose=self.verbose, error_print=self.io.tool_error
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue