pub fn exec_captured<C, I, A>(
command: C,
args: I,
) -> AnyResult<ExecCommandOutput>
Expand description
Execute a command on the host and capture its output (pipe).
pub fn exec_captured<C, I, A>(
command: C,
args: I,
) -> AnyResult<ExecCommandOutput>
Execute a command on the host and capture its output (pipe).