pub async fn exec(command: &str, opts: ExecOptions) -> Result<ExecOutput, Error>Expand description
Execute a command through a shell. Returns when the command completes or times out.
pub async fn exec(command: &str, opts: ExecOptions) -> Result<ExecOutput, Error>Execute a command through a shell. Returns when the command completes or times out.