Macro xscript::read_bytes

source ·
macro_rules! read_bytes {
    ($env:expr, [$($cmd_args:tt)*] $($cmd_methods:tt)*) => { ... };
    ([$($cmd_args:tt)*] $($cmd_methods:tt)*) => { ... };
}
Expand description

Runs a command in a given environment reading stdout as bytes (see Run::read_bytes)).