This commit is contained in:
2021-02-22 12:00:04 +08:00
parent d3559027ab
commit 8ebcfaeb0a
+1 -1
View File
@@ -67,7 +67,7 @@ abstract class AbstractConsole extends Component
$name = $this->parameters->getCommandName(); $name = $this->parameters->getCommandName();
$this->parameters->set('commandList', $this->getCommandList()); $this->parameters->set('commandList', $this->getCommandList());
$help = 'list'; $help = 'system:help';
foreach ($this->commands as $command) { foreach ($this->commands as $command) {
if ($command->command == $help) { if ($command->command == $help) {
$help = $command; $help = $command;