prosodyctl: Add 'shell' to command listing

This commit is contained in:
Kim Alvefur 2021-07-15 00:35:57 +02:00
parent 5d8bae3294
commit f04f06dec5

View file

@ -660,6 +660,7 @@ local command_runner = async.runner(function ()
"adduser"; "passwd"; "deluser";
"Process management:",
"start"; "stop"; "restart"; "reload"; "status";
"shell",
"Informative:",
"about",
"check",
@ -668,7 +669,7 @@ local command_runner = async.runner(function ()
local external_commands = {
cert = "Manage certificates",
check = "Perform basic checks on your Prosody installation",
shell = "Lorem ipsum dolor sit amet", -- FIXME
shell = "Interact with a running Prosody",
}
local done = {};