writeln([ '', ' ERROR Tia mode requires at least one commit.', '', ' A baseline is anchored to the revision it was recorded at, and this repository', ' has none yet, so there is nothing to record against and nothing to compare a', ' later run to.', '', ' Commit once, then run again:', '', ' git add . && git commit -m "Initial commit"', '', ' Runs without --tia are unaffected.', '', ]); } public function exitCode(): int { return 1; } }