Skip to content

Commit

Permalink
Merge pull request #11079 from aaron-seo/aaron-seo/add-type-to-list-u…
Browse files Browse the repository at this point in the history
…nresponsive-queues

rabbitmqctl: Add `type` info parameter for `list_unresponsive_queues`
  • Loading branch information
michaelklishin authored Apr 24, 2024
2 parents e23ac84 + 652da0e commit 57f9aec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defmodule RabbitMQ.CLI.Ctl.Commands.ListUnresponsiveQueuesCommand do

@info_keys ~w(name durable auto_delete
arguments pid recoverable_slaves
recoverable_mirrors)a
recoverable_mirrors type)a
@info_key_aliases [recoverable_mirrors: :recoverable_slaves]

def info_keys(), do: @info_keys
Expand Down

0 comments on commit 57f9aec

Please sign in to comment.