Software /
code /
prosody
Diff
prosodyctl @ 11693:7c03b1f4c388
prosodyctl: Add a note about checking the order of listed commands
Should Plugin really be first? What order makes the most sense?
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 15 Jul 2021 00:38:27 +0200 |
parent | 11692:d1e7f5b2f524 |
child | 11812:42e98179c034 |
line wrap: on
line diff
--- 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:",