This commit is contained in:
Paul Gauthier 2024-11-21 06:34:08 -08:00
parent 7aa4e44317
commit b78f8abeb4
4 changed files with 93 additions and 90 deletions

View file

@ -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
)