option('torrent_id'); $this->info("torrent_id: $torrentId"); $result = $rep->import($torrentId); $log = sprintf("[%s], %s, result: \n%s", nexus()->getRequestId(), __METHOD__, var_export($result, true)); $this->info($log); do_log($log); return 0; } }