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