Skip to content

Commit 1d8e438

Browse files
Add placeholder output
1 parent b6db005 commit 1d8e438

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Runner/Action/Cli/Command/Formatter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ private function computedPlaceholder(string $rawPlaceholder): string
174174
return '';
175175
}
176176

177+
$this->io->write(' <fg=cyan>Placeholder: ' . $placeholder . '</>', true, IO::VERBOSE);
177178
$processor = $this->createPlaceholder($placeholder);
178179
$this->cache($rawPlaceholder, $processor->replacement($options));
179180
}

0 commit comments

Comments
 (0)