diff --git a/src/workflow/ArcanistWhichWorkflow.php b/src/workflow/ArcanistWhichWorkflow.php index 32e6eae9..eca4c733 100644 --- a/src/workflow/ArcanistWhichWorkflow.php +++ b/src/workflow/ArcanistWhichWorkflow.php @@ -75,8 +75,10 @@ EOTEXT public function run() { $console = PhutilConsole::getConsole(); - $this->printRepositorySection(); - $console->writeOut("\n"); + if (!$this->getArgument('show-base')) { + $this->printRepositorySection(); + $console->writeOut("\n"); + } $repository_api = $this->getRepositoryAPI();