From e2078bba84ffb2c55d3a151b15ef012893e7f301 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 21 Aug 2021 09:54:39 +0300 Subject: [PATCH] help command fix --- application/Espo/Core/Console/Commands/Help.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/Espo/Core/Console/Commands/Help.php b/application/Espo/Core/Console/Commands/Help.php index ffc67e1408..90dd0e4ecc 100644 --- a/application/Espo/Core/Console/Commands/Help.php +++ b/application/Espo/Core/Console/Commands/Help.php @@ -56,6 +56,7 @@ class Help implements Command sort($commandList); + $io->writeLine(""); $io->writeLine("Available commands:"); $io->writeLine("");