From 165ecb1dec8aa30880733cd588ea82a75bd0a207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 8 Sep 2020 11:08:56 +0800 Subject: [PATCH] e --- Console/AbstractConsole.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Console/AbstractConsole.php b/Console/AbstractConsole.php index bf125149..85f38e95 100644 --- a/Console/AbstractConsole.php +++ b/Console/AbstractConsole.php @@ -68,7 +68,7 @@ abstract class AbstractConsole extends Component $name = $this->parameters->getCommandName(); $this->parameters->set('commandList', $this->getCommandList()); - $help = 'help'; + $help = 'list'; foreach ($this->commands as $command) { if ($command->command == $help) { $help = $command;