Description
[Messenger component]
I have many failed messages that I want to get rid off but I have to run bin/console messenger:failed:remove {id} per each. It would be nice if the command allows a list of ids to be passed in
Example
bin/console messenger:failed:remove 10 11 12 13 [...]