prosodyctl: Add cert to command listing

This hides a whole bunch of subcommands tho, maybe those should be
explicitly listed?
This commit is contained in:
Kim Alvefur 2021-07-15 00:37:47 +02:00
parent f04f06dec5
commit 994bc597d2

View file

@ -664,10 +664,12 @@ local command_runner = async.runner(function ()
"Informative:",
"about",
"check",
"Other:",
"cert",
};
-- These live in util.prosodyctl.$command so we have their short help here.
local external_commands = {
cert = "Manage certificates",
cert = "Certificate management commands",
check = "Perform basic checks on your Prosody installation",
shell = "Interact with a running Prosody",
}