mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
feat: pass verbose flag to run_cmd function
This commit is contained in:
parent
95f66431bc
commit
fa1a5a5145
1 changed files with 1 additions and 1 deletions
|
@ -754,7 +754,7 @@ class Commands:
|
|||
|
||||
def cmd_run(self, args, add_on_nonzero_exit=False):
|
||||
"Run a shell command and optionally add the output to the chat (alias: !)"
|
||||
exit_status, combined_output = run_cmd(args)
|
||||
exit_status, combined_output = run_cmd(args, verbose=self.verbose)
|
||||
instructions = None
|
||||
|
||||
if combined_output is None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue