option('recount')) { $links = $buffer->recount(); $this->info("Recounted totals for {$links} link(s) from link_clicks."); return self::SUCCESS; } $result = $buffer->flush(); $this->info(sprintf( 'Flushed %d click(s) across %d link(s) and %d wallet(s).', $result['clicks'], $result['links'], $result['wallets'], )); return self::SUCCESS; } }