option('id'); $rep = new TorrentRepository(); $this->info("id: $id, going to load pieces hash..."); $total = $rep->loadPiecesHashCache($id); $this->info(sprintf("total: %s, cost time: %s seconds.", $total, time() - $begin)); return Command::SUCCESS; } }