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 09ca903 commit 8c0e23bCopy full SHA for 8c0e23b
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