From d7ed002a7809a03cba314dbc97877b32f51b26ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 22 Feb 2021 11:41:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Console/DefaultCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Console/DefaultCommand.php b/Console/DefaultCommand.php index d585a3eb..f87aff40 100644 --- a/Console/DefaultCommand.php +++ b/Console/DefaultCommand.php @@ -39,7 +39,7 @@ class DefaultCommand extends Command list($method, $ts) = $val; $lists[] = str_pad("\033[32;40;1;1m " . $key . " \033[0m", 40, ' ', STR_PAD_RIGHT) . $method; } - return implode("\t", $lists); + return implode("\v", $lists); } }