updated docs

This commit is contained in:
Paul Gauthier 2024-01-23 12:58:29 -08:00
parent 3e96fda71a
commit c31f2313ba
2 changed files with 3 additions and 2 deletions

View file

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