Changed command description for cmd_run.

This commit is contained in:
Paul Gauthier 2023-05-18 10:15:18 -07:00
parent a525a1b543
commit f28fc5b2b1

View file

@ -227,7 +227,7 @@ class Commands:
self.io.tool(f"Removed {relative_fname} from the chat")
def cmd_run(self, args):
"Run the supplied command in a subprocess and combine stdout and stderr into a single string"
"Run a shell command and optionally add the output to the chat"
try:
parsed_args = shlex.split(args)
result = subprocess.run(