From b4c100fa82b6487d2e34b548c9c11eede8f09e34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Ruz=CC=8Cevic=CC=81?= Date: Mon, 13 May 2024 18:54:32 +0200 Subject: [PATCH] adding filer and shortcode type --- src/Cli/AbstractCli.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Cli/AbstractCli.php b/src/Cli/AbstractCli.php index f3c699a4f..fe6c7d771 100644 --- a/src/Cli/AbstractCli.php +++ b/src/Cli/AbstractCli.php @@ -623,6 +623,7 @@ public function initMandatoryAfter(): void { $this->cliLog('Removing old vendor folder', 'C'); WP_CLI::runcommand("eval 'shell_exec(\"rm -rf vendor\");'"); + $this->cliLog('--------------------------------------------------', 'C'); $this->cliLog('Removing old compeser.lock', 'C'); WP_CLI::runcommand("eval 'shell_exec(\"rm composer.lock\");'"); $this->cliLog('--------------------------------------------------', 'C');