Merge pull request #374 from rabbitmq/rebalance-quorum-queue

Use pretty table formatter
This commit is contained in:
Michael Klishin 2019-09-16 13:22:35 +03:00 committed by GitHub
commit 611755e53e
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ defmodule RabbitMQ.CLI.Queues.Commands.RebalanceCommand do
:rabbit_misc.rpc_call(node_name, :rabbit_amqqueue, :rebalance, [arg, vhost_pat, queue_pat])
end
def formatter(), do: RabbitMQ.CLI.Formatters.Table
def formatter(), do: RabbitMQ.CLI.Formatters.PrettyTable
def usage, do: "rebalance < all | classic | quorum > [--vhost-pattern <pattern>] [--queue-pattern <pattern>]"