Skip to main content

run_argv_command

Function run_argv_command 

Source
pub async fn run_argv_command(
    command: &str,
    timeout_secs: u64,
) -> Result<(String, bool)>
Expand description

Run command as argv[0..] via shlex (no shell). Returns (stdout+stderr text, success).