Skip to content

Commit

Permalink
Output the indexes being submitted
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Aug 12, 2024
1 parent 3579473 commit c5f54a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Command/IndexCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$indexes = $input->getArgument('indexes');

foreach ($indexes as $index) {
$output->writeln(sprintf('%s submitted for indexing', $index));

$this->commandBus->dispatch(new Index($index));
}

Expand Down

0 comments on commit c5f54a2

Please sign in to comment.