Use Erlang term formatter by default for status

Fixes #106.
This commit is contained in:
Michael Klishin 2016-11-16 00:15:44 +03:00
parent 1cf7b70bc1
commit 0d61a2b0d0
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ defmodule RabbitMQ.CLI.Ctl.Commands.StatusCommand do
:rabbit_misc.rpc_call(node_name, :rabbit, :status, [])
end
def formatter(), do: RabbitMQ.CLI.Formatters.Erlang
def usage, do: "status"
def flags, do: @flags