From: Jeremy Stanley Date: Sun, 28 Oct 2018 19:46:38 +0000 (+0000) Subject: Alphabetize the `help show` subcommand entries X-Git-Tag: 0.0.1~42 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=65352609930e2c8e801654cbf3b5f3451cb23f7f Alphabetize the `help show` subcommand entries When categories were renamed to groups, help details for the corresponding show subcommands were updated in-place rather than getting reordered to maintain the existing alphabetization. Fix it. --- diff --git a/share/command.yaml b/share/command.yaml index 9af0715..38ee8a6 100644 --- a/share/command.yaml +++ b/share/command.yaml @@ -88,11 +88,11 @@ command.show.action: command_show(actor, parameters) command.show.administrative: true command.show.description: Show various data. command.show.help: Here are the possible incantations ( is required, - [option] is optional, (note) is a note):$(eol)$(eol) show groups (list - all element group names)$(eol) show group (list the elements in a - group)$(eol) show element (list facet definitions for an - element)$(eol) show file (list elements in a - file)$(eol) show files (list all element data files)$(eol) show log + [option] is optional, (note) is a note):$(eol)$(eol) show element + (list facet definitions for an element)$(eol) show file + (list elements in a file)$(eol) show files (list all element + data files)$(eol) show group (list the elements in a + group)$(eol) show groups (list all element group names)$(eol) show log [level [start [stop]]] (list logs above level from start to stop)$(eol) show result (evaluate a python expression)$(eol) show time (return several current timer