pub fn check_empty_process_output(
output: &Output,
intent: &'static str,
) -> Result<(), Error>
Expand description
Ensure that the output’s stdout and stderr are empty, indicating the command had succeeded.
§Errors
Returns a Error::UnexpectedTmuxOutput
in case .