subdirectoryPrefix, )); } public function render(OutputInterface $output): void { $output->writeln([ '', ' ERROR Tia mode requires the git repository root.', '', sprintf(' This project sits in a subdirectory of a larger repo %s.', $this->subdirectoryPrefix), '', ' Give the project its own git repository to use Tia.', '', ]); } public function exitCode(): int { return 1; } }