Executes a command in the shell and streams its output to a callback. :param command: The command to run. :param output_handler: Callback receiving byte chunks from stdout/stderr. :param timeout: The maximum time to wait for the command to finish. :return: The command's exit cod
(command, output_handler, timeout=300)
source not stored for this graph (policy: none)
no test coverage detected