prosody/util/prosodyctl
Matthew Wild 79381510cf mod_admin_shell, util.prosodyctl.shell: Process command-line args on server-side, with argparse support
This allow a shell-command to provide a 'flags' field, which will automatically
cause the parameters to be fed through argparse.

The rationale is to make it easier for more complex commands to be invoked
from the command line (`prosodyctl shell foo bar ...`). Until now they were
limited to accepting a list of strings, and any complex argument processing
was non-standard and awkward to implement.
2025-02-17 17:02:35 +00:00
..
cert.lua Merge 0.12->trunk 2024-08-30 18:16:01 +02:00
check.lua prosodyctl: check features: Fix traceback for components with no recommended modules (thanks Menel, riau) 2025-02-17 11:35:03 +00:00
shell.lua mod_admin_shell, util.prosodyctl.shell: Process command-line args on server-side, with argparse support 2025-02-17 17:02:35 +00:00