Function cargo_auto_lib::run_shell_command_output

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

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

TODO: vulnerable to command injection