summaryrefslogtreecommitdiff
path: root/deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/report_command.ex
diff options
context:
space:
mode:
authordcorbacho <dparracorbacho@piotal.io>2019-09-23 20:07:33 +0100
committerdcorbacho <dparracorbacho@piotal.io>2019-09-23 20:07:33 +0100
commitb5e5d0a2749e42c3d7117f53a9bac67f7a48b72c (patch)
tree1cfdcaac336562f2ce58d7185ec67ebd0c48790b /deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/report_command.ex
parent6193023a184bb64b75e4c905b7f50bdc61d9e1a8 (diff)
downloadrabbitmq-server-git-b5e5d0a2749e42c3d7117f53a9bac67f7a48b72c.tar.gz
Command line arguments command
* Reports the command line flags returned by `init:get_arguments()` [#159699409]
Diffstat (limited to 'deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/report_command.ex')
-rw-r--r--deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/report_command.ex6
1 files changed, 4 insertions, 2 deletions
diff --git a/deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/report_command.ex b/deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/report_command.ex
index c21b66d8ca..b69d1753b4 100644
--- a/deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/report_command.ex
+++ b/deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/report_command.ex
@@ -27,7 +27,8 @@ defmodule RabbitMQ.CLI.Ctl.Commands.ReportCommand do
ListPermissionsCommand,
ListPoliciesCommand,
ListQueuesCommand,
- StatusCommand
+ StatusCommand,
+ CommandLineArgumentsCommand
}
@behaviour RabbitMQ.CLI.CommandBehaviour
@@ -61,7 +62,8 @@ defmodule RabbitMQ.CLI.Ctl.Commands.ReportCommand do
run_command(ClusterStatusCommand, [], opts),
run_command(EnvironmentCommand, [], opts),
run_command(ListConnectionsCommand, info_keys(ListConnectionsCommand), opts),
- run_command(ListChannelsCommand, info_keys(ListChannelsCommand), opts)
+ run_command(ListChannelsCommand, info_keys(ListChannelsCommand), opts),
+ run_command(CommandLineArgumentsCommand, [], opts)
]
vhost_data =