# HG changeset patch # User Kim Alvefur # Date 1626302307 -7200 # Node ID 7c03b1f4c3887c081735380368a41946bedf162b # Parent d1e7f5b2f5240fc4f6c7296104dda71c2da02383 prosodyctl: Add a note about checking the order of listed commands Should Plugin really be first? What order makes the most sense? diff -r d1e7f5b2f524 -r 7c03b1f4c388 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:",