From: Jeremy Stanley Date: Wed, 9 May 2018 13:23:50 +0000 (+0000) Subject: Include show version in help X-Git-Tag: 0.0.1~78 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=d29c6859cb7c3052b3280d504fa78a5c1e0cd5a9 Include show version in help Mention the new show version subcommand in help string for the version command. Also tweak the explanations for a couple of other subcommands for consistency. --- diff --git a/share/command.yaml b/share/command.yaml index f0da2fc..0c09076 100644 --- a/share/command.yaml +++ b/share/command.yaml @@ -94,5 +94,6 @@ command.show.help: Here are the possible incantations ( is required, element)$(eol) show file (list elements in a file)$(eol) show files (list all element data files)$(eol) show log [level [start [stop]]] (list logs above level from start to - stop)$(eol) show result (evaluates a python - expression)$(eol) show time (returns several current timer values) + stop)$(eol) show result (evaluate a python + expression)$(eol) show time (return several current timer + values)$(eol) show version (display running version and dependencies)