Merge pull request #266 from rabbitmq/rabbitmq-server-1712
Output cipher suites one by one
This commit is contained in:
commit
f7d307dd30
|
|
@ -41,5 +41,5 @@ defmodule RabbitMQ.CLI.Diagnostics.Commands.CipherSuitesCommand do
|
|||
def banner([], %{openssl_format: true}), do: "Listing available cipher suites in the OpenSSL format"
|
||||
def banner([], %{openssl_format: false}), do: "Listing available cipher suites in the Erlang term format"
|
||||
|
||||
def formatter(), do: RabbitMQ.CLI.Formatters.Erlang
|
||||
def formatter(), do: RabbitMQ.CLI.Formatters.String
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue