Comparison

prosodyctl @ 11691:a6c18f434d7b

prosodyctl: Add 'shell' to command listing
author Kim Alvefur <zash@zash.se>
date Thu, 15 Jul 2021 00:35:57 +0200
parent 11690:4e36a1e7222b
child 11692:d1e7f5b2f524
comparison
equal deleted inserted replaced
11690:4e36a1e7222b 11691:a6c18f434d7b
658 "install"; "remove"; "list"; 658 "install"; "remove"; "list";
659 "User management:", 659 "User management:",
660 "adduser"; "passwd"; "deluser"; 660 "adduser"; "passwd"; "deluser";
661 "Process management:", 661 "Process management:",
662 "start"; "stop"; "restart"; "reload"; "status"; 662 "start"; "stop"; "restart"; "reload"; "status";
663 "shell",
663 "Informative:", 664 "Informative:",
664 "about", 665 "about",
665 "check", 666 "check",
666 }; 667 };
667 -- These live in util.prosodyctl.$command so we have their short help here. 668 -- These live in util.prosodyctl.$command so we have their short help here.
668 local external_commands = { 669 local external_commands = {
669 cert = "Manage certificates", 670 cert = "Manage certificates",
670 check = "Perform basic checks on your Prosody installation", 671 check = "Perform basic checks on your Prosody installation",
671 shell = "Lorem ipsum dolor sit amet", -- FIXME 672 shell = "Interact with a running Prosody",
672 } 673 }
673 674
674 local done = {}; 675 local done = {};
675 676
676 for _, command_name in ipairs(commands_order) do 677 for _, command_name in ipairs(commands_order) do