Skip to content
Snippets Groups Projects
Commit 0746fdb4 authored by Konstantin Nazarov's avatar Konstantin Nazarov Committed by Kirill Yukhin
Browse files

Add tarantoolctl rocks pack/unpack subcommands

The subcommands are used to create binary rock distributions.
In context of #3525
parent 06658416
No related branches found
No related tags found
No related merge requests found
......@@ -910,6 +910,8 @@ local function rocks()
remove = "luarocks.remove",
show = "luarocks.show",
make = "luarocks.make",
pack = "luarocks.pack",
unpack = "luarocks.unpack",
}
rawset(_G, 'commands', commands)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment