Set default formatter for environment command to erlang
This commit is contained in:
parent
692c6da15a
commit
9b0ec73a0d
|
|
@ -22,6 +22,8 @@ defmodule RabbitMQ.CLI.Ctl.Commands.EnvironmentCommand do
|
|||
def validate(_, _), do: :ok
|
||||
def merge_defaults(args, opts), do: {args, opts}
|
||||
|
||||
def formatter(), do: RabbitMQ.CLI.Formatters.Erlang
|
||||
|
||||
def scopes(), do: [:ctl, :diagnostics]
|
||||
def run([], %{node: node_name}) do
|
||||
:rabbit_misc.rpc_call(node_name, :rabbit, :environment, [])
|
||||
|
|
|
|||
Loading…
Reference in New Issue