Skip to content

Commit 6d0dc3f

Browse files
committed
Attach add/delete super stream command to streams scope only
Not to ctl. References #3503
1 parent 75b2a53 commit 6d0dc3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps/rabbitmq_stream/src/Elixir.RabbitMQ.CLI.Ctl.Commands.AddSuperStreamCommand.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
help_section/0]).
3838

3939
scopes() ->
40-
[ctl, streams].
40+
[streams].
4141

4242
description() ->
4343
<<"Add a super stream (experimental feature)">>.

deps/rabbitmq_stream/src/Elixir.RabbitMQ.CLI.Ctl.Commands.DeleteSuperStreamCommand.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
help_section/0]).
3737

3838
scopes() ->
39-
[ctl, streams].
39+
[streams].
4040

4141
description() ->
4242
<<"Delete a super stream (experimental feature)">>.

0 commit comments

Comments
 (0)