public function isTty() { if (Sys::getEnv("GIT_PAGER_IN_USE") === "true") { return true; } return false; }