Skip to content

Commit c12bde2

Browse files
Merge pull request #7657 from rabbitmq/mergify/bp/v3.10.x/pr-7624
added :streams to the help command scopes (backport #7620) (backport #7623) (backport #7624)
2 parents b6cf566 + 43e6c99 commit c12bde2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/help_command.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ defmodule RabbitMQ.CLI.Ctl.Commands.HelpCommand do
1414

1515
@behaviour RabbitMQ.CLI.CommandBehaviour
1616

17-
def scopes(), do: [:ctl, :diagnostics, :plugins, :queues, :vmware, :upgrade]
17+
def scopes(), do: [:ctl, :diagnostics, :plugins, :queues, :streams, :vmware, :upgrade]
1818
def switches(), do: [list_commands: :boolean]
1919

2020
def distribution(_), do: :none

0 commit comments

Comments
 (0)