Function cargo_auto_lib::public_api_mod::run_shell_command_static
source ·
pub fn run_shell_command_static(
shell_command: &'static str
) -> ResultWithLibError<()>
Expand description
Run one shell command with static str
We trust the “developer” that he will not make “command injection” in his own code. The problem that must be sanitized is always “user input”. Exit task execution if the command has Exit Status != 0.