pub(crate) fn build_contents( cmd: &mut BuiltinCommand, ) -> Result<Box<dyn Iterator<Item = Vec<u8>> + Send + Sync + 'static>, Error>
Returns an iterator of lines that form the content of a file.