diff --git a/src/Command/GetRaffleWinnerCommand.php b/src/Command/GetRaffleWinnerCommand.php index 524d928..02e322c 100644 --- a/src/Command/GetRaffleWinnerCommand.php +++ b/src/Command/GetRaffleWinnerCommand.php @@ -79,8 +79,8 @@ class GetRaffleWinnerCommand extends Command $io = new SymfonyStyle($input, $output); $this->retrieveRsvps($input); - $io->comment(sprintf('%d RSVPs', $this->rsvps->count())); - $io->comment(sprintf('%s \'yes\' RSVPs', $this->yesRsvps->count())); + $io->section(sprintf('%s \'yes\' RSVPs', $this->yesRsvps->count())); + $io->listing($this->yesRsvps->pluck('member.name')->sort()->toArray()); $this->pickWinner(); $io->success(