We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 090d118 commit 3e9c6a9Copy full SHA for 3e9c6a9
deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/list_vhosts_command.ex
@@ -19,6 +19,8 @@ defmodule RabbitMQ.CLI.Ctl.Commands.ListVhostsCommand do
19
use RabbitMQ.CLI.Core.AcceptsDefaultSwitchesAndTimeout
20
21
def merge_defaults([], opts) do
22
+ # this default historically benefits those who script using 'rabbitmqctl list_vhosts',
23
+ # adding more fields here would break scripts but be more useful to a human reader. MK.
24
merge_defaults(["name"], opts)
25
end
26
0 commit comments