pub fn command_output( program: &str, args: &[String], config: &ProcessCommandConfig, ) -> Result<Output, VmError>