pub fn print<W: Write, D: Into<DisplayBody> + Clone>( w: &mut W, data: Vec<D>, args: GetRemoteCliArgs ) -> Result<()>