pub fn command_output(
args: impl IntoIterator<Item = String>,
) -> CliResult<String>Expand description
Return command output for tests and host integrations.
pub fn command_output(
args: impl IntoIterator<Item = String>,
) -> CliResult<String>Return command output for tests and host integrations.