From e127ae19c3cff1b4e635b51401e92cd2294472b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Thu, 24 Aug 2023 11:16:24 +0200 Subject: [PATCH] Add space after CLI prompt This makes the prompt a little more readable after the addition of the time. --- wcfsetup/install/files/lib/system/CLIWCF.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/CLIWCF.class.php b/wcfsetup/install/files/lib/system/CLIWCF.class.php index 8a2ee54047..8a2b704814 100644 --- a/wcfsetup/install/files/lib/system/CLIWCF.class.php +++ b/wcfsetup/install/files/lib/system/CLIWCF.class.php @@ -277,7 +277,7 @@ class CLIWCF extends WCF self::getReader()->setHistoryEnabled(true); $now = new \DateTimeImmutable('now', WCF::getUser()->getTimeZone()); $line = self::getReader()->readLine(\sprintf( - '%s>', + '%s> ', $now->format('H:i:s'), )); if ($line === null) { -- 2.20.1