Skip to content

Commit d01b016

Browse files
CLI: introduce :tanzu as a new scope
1 parent 3513fa0 commit d01b016

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deps/rabbitmq_cli/mix.exs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ defmodule RabbitMQCtl.MixfileBase do
6060
'rabbitmq-diagnostics': :diagnostics,
6161
'rabbitmq-queues': :queues,
6262
'rabbitmq-streams': :streams,
63-
'rabbitmq-upgrade': :upgrade]]
63+
'rabbitmq-upgrade': :upgrade,
64+
'rabbitmq-tanzu': :tanzu
65+
]]
6466
]
6567
|> add_modules(Mix.env)
6668
end

0 commit comments

Comments
 (0)