prosodyctl: Add a note about checking the order of listed commands
authorKim Alvefur <zash@zash.se>
Thu, 15 Jul 2021 00:38:27 +0200
changeset 11697 7c03b1f4c388
parent 11696 d1e7f5b2f524
child 11698 d6be4dda1f60
prosodyctl: Add a note about checking the order of listed commands Should Plugin really be first? What order makes the most sense?
prosodyctl
--- a/prosodyctl	Thu Jul 15 00:37:47 2021 +0200
+++ b/prosodyctl	Thu Jul 15 00:38:27 2021 +0200
@@ -653,7 +653,7 @@
 		print("Where COMMAND may be one of:");
 
 		local hidden_commands = require "util.set".new{ "register", "unregister" };
-		local commands_order = {
+		local commands_order = { -- FIXME Double check order before 0.12
 			"Plugin management:",
 				"install"; "remove"; "list";
 			"User management:",