\WP_CLI::warning(__('Entries are purged automatically, so this cannot be relied upon as a record of past event execution.','automattic-cron-control'));
}
// Not much to do
if(0===$events['total_items']){
\WP_CLI::success(__('Nothing to display','automattic-cron-control'));
\WP_CLI::line(sprintf(__('Displaying all %s entries','automattic-cron-control'),number_format_i18n($total_events_to_display)));
}else{
\WP_CLI::line(sprintf(__('Displaying %s of %s entries','automattic-cron-control'),number_format_i18n($total_events_to_display),number_format_i18n($events['total_items'])));