Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Commit b7bd55f

Browse files
committed
Added style
1 parent f5dcba3 commit b7bd55f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Command/AddTokenCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ protected function getSuccessMessage(
122122
$result
123123
): string {
124124
return sprintf(
125-
'Token with UUID <%s> added properly',
125+
'Token with UUID <strong>%s</strong> added properly',
126126
$input->getArgument('uuid')
127127
);
128128
}

Command/ApisearchCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ protected function configureFormatter(OutputInterface $output)
8787
$formatter->setStyle('failLine', new OutputFormatterStyle('red'));
8888
$formatter->setStyle('info', new OutputFormatterStyle('blue'));
8989
$formatter->setStyle('body', new OutputFormatterStyle('white'));
90+
$formatter->setStyle('strong', new OutputFormatterStyle(null, null, ['bold']));
9091

9192
return $this;
9293
}

0 commit comments

Comments
 (0)