mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 06:44:59 +00:00
updated docs
This commit is contained in:
parent
3e96fda71a
commit
c31f2313ba
2 changed files with 3 additions and 2 deletions
|
@ -428,7 +428,7 @@ class Commands:
|
|||
return self.cmd_run(args, True)
|
||||
|
||||
def cmd_run(self, args, add_on_nonzero_exit=False):
|
||||
"Run a shell command and optionally add the output to the chat"
|
||||
"Run a shell command and optionally add the output to the chat (alias: !)"
|
||||
combined_output = None
|
||||
try:
|
||||
result = subprocess.run(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue