run_command

Function run_command 

Source
pub async fn run_command(
    cmd: &str,
    timeout_secs: Option<u64>,
    truncate_after: Option<usize>,
) -> Result<(i32, String, String)>
Expand description

Run a shell command asynchronously with timeout