Software /
code /
prosody
Changeset
11691:a6c18f434d7b
prosodyctl: Add 'shell' to command listing
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 15 Jul 2021 00:35:57 +0200 |
parents | 11690:4e36a1e7222b |
children | 11692:d1e7f5b2f524 |
files | prosodyctl |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/prosodyctl Sun May 30 12:27:12 2021 +0200 +++ b/prosodyctl Thu Jul 15 00:35:57 2021 +0200 @@ -660,6 +660,7 @@ "adduser"; "passwd"; "deluser"; "Process management:", "start"; "stop"; "restart"; "reload"; "status"; + "shell", "Informative:", "about", "check", @@ -668,7 +669,7 @@ 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 = {};