Skip to content

Commit

Permalink
initi
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzevic committed May 14, 2024
1 parent 60fa128 commit 70e1ce7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/Init/InitThemeCli.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public function __invoke(array $args, array $assocArgs)
$label = $item['label'] ?? '';
$items = $item['items'] ?? [];

if ($label) {
if ($label && !$groupOutput) {
$this->cliLog($label, 'C');
}

Expand Down
2 changes: 0 additions & 2 deletions src/Init/InitThemeSetupCli.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ public function __invoke(array $args, array $assocArgs)
{
$assocArgs = $this->prepareSetupArgs($assocArgs);

$groupOutput = $assocArgs[self::ARG_GROUP_OUTPUT];

$this->getIntroText($assocArgs);

$sep = \DIRECTORY_SEPARATOR;
Expand Down

0 comments on commit 70e1ce7

Please sign in to comment.