mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl: Add 'shell' to command listing
This commit is contained in:
parent
5d8bae3294
commit
f04f06dec5
1 changed files with 2 additions and 1 deletions
|
@ -660,6 +660,7 @@ local command_runner = async.runner(function ()
|
||||||
"adduser"; "passwd"; "deluser";
|
"adduser"; "passwd"; "deluser";
|
||||||
"Process management:",
|
"Process management:",
|
||||||
"start"; "stop"; "restart"; "reload"; "status";
|
"start"; "stop"; "restart"; "reload"; "status";
|
||||||
|
"shell",
|
||||||
"Informative:",
|
"Informative:",
|
||||||
"about",
|
"about",
|
||||||
"check",
|
"check",
|
||||||
|
@ -668,7 +669,7 @@ local command_runner = async.runner(function ()
|
||||||
local external_commands = {
|
local external_commands = {
|
||||||
cert = "Manage certificates",
|
cert = "Manage certificates",
|
||||||
check = "Perform basic checks on your Prosody installation",
|
check = "Perform basic checks on your Prosody installation",
|
||||||
shell = "Lorem ipsum dolor sit amet", -- FIXME
|
shell = "Interact with a running Prosody",
|
||||||
}
|
}
|
||||||
|
|
||||||
local done = {};
|
local done = {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue