From 8ebcfaeb0a1125de9e3a672d506099c37b9391dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 22 Feb 2021 12:00:04 +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/AbstractConsole.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Console/AbstractConsole.php b/Console/AbstractConsole.php index f63e0cb3..22a53d10 100644 --- a/Console/AbstractConsole.php +++ b/Console/AbstractConsole.php @@ -67,7 +67,7 @@ abstract class AbstractConsole extends Component $name = $this->parameters->getCommandName(); $this->parameters->set('commandList', $this->getCommandList()); - $help = 'list'; + $help = 'system:help'; foreach ($this->commands as $command) { if ($command->command == $help) { $help = $command;