tag text of question

This commit is contained in:
Uwe Steinmann 2025-11-15 11:28:33 +01:00
parent a8c3650725
commit 851d338d4a

View File

@ -57,7 +57,7 @@ class ClearcacheCommand extends Command
if (!$input->getOption('force')) { if (!$input->getOption('force')) {
$helper = new QuestionHelper(); $helper = new QuestionHelper();
$question = new ConfirmationQuestion('Do you really want to clear the cache? ', false); $question = new ConfirmationQuestion('<question>Do you really want to clear the cache?</question> ', false);
if (!$helper->ask($input, $output, $question)) { if (!$helper->ask($input, $output, $question)) {
return Command::SUCCESS; return Command::SUCCESS;
} }