build(run): add console
task
This commit is contained in:
parent
5cc1fb748b
commit
178fc87383
|
@ -6,6 +6,6 @@ A Symfony console application used by the [PHP South Wales user group](https://w
|
|||
|
||||
Run the `meetup:pick-winner` command to retrieve the 'yes' RSVPs from Meetup for an event, and select a winner at random. The only argument is the Meetup event ID, which is required.
|
||||
|
||||
./bin/console meetup:pick-winner <event_id>
|
||||
./run console meetup:pick-winner <event_id>
|
||||
|
||||
RSVPs by event hosts (i.e. organisers) are automatically removed so that they are not returned.
|
||||
|
|
Loading…
Reference in a new issue