From 051a0705ac21f2a0aa217fd22bd7829a7204667e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 22 Feb 2021 11:46:40 +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 30999272..19063b1f 100644 --- a/Console/DefaultCommand.php +++ b/Console/DefaultCommand.php @@ -25,7 +25,7 @@ class DefaultCommand extends Command $param = $dtl->get('commandList'); $last = ''; - $lists = [str_pad('Commands', 24, ' ', STR_PAD_RIGHT) . '注释']; + $lists = ["Commands\t" . '注释']; foreach ($param as $key => $val) { $split = explode(':', $key); if (empty($last) && isset($split[0])) {