# HG changeset patch # User Kim Alvefur # Date 1626302157 -7200 # Node ID a6c18f434d7b332e320e2ebfa9d383e8af446af0 # Parent 4e36a1e7222b00cdb9dd391f736dcaa7586c8cf4 prosodyctl: Add 'shell' to command listing diff -r 4e36a1e7222b -r a6c18f434d7b prosodyctl --- 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 = {};