pub fn run_shell_command_output(shell_command: &str) -> ShellOutput
Expand description

run one shell command and return ShellOutput {exit_status, stdout, stderr}