Alphabetize the `help show` subcommand entries
[mudpy.git] / share / command.yaml
index ade3907..38ee8a6 100644 (file)
@@ -1,6 +1,7 @@
-_copy: Copyright (c) 2004-2017 Jeremy Stanley <fungi@yuggoth.org>.
-    Permission to use, copy, modify, and distribute this software is granted
-    under terms provided in the LICENSE file distributed with this software.
+---
+_copy: Copyright (c) 2004-2018 mudpy authors. Permission to use, copy,
+    modify, and distribute this software is granted under terms
+    provided in the LICENSE file distributed with this software.
 
 _desc: This is the standard library of command definitions.
 
@@ -8,32 +9,41 @@ _lock: true
 
 command.chat.action: command_chat(actor)
 command.chat.description: Enter and leave chat mode.
-command.chat.help: The chat command toggles chat mode. When in chat mode, all input is passed as a parameter to the say command, unless prepended by an exclamation mark (!). For example, to leave chat mode, use:$(eol)$(eol)   !chat
+command.chat.help: The chat command toggles chat mode. When in chat mode, all
+    input is passed as a parameter to the say command, unless prepended by an
+    exclamation mark (!). For example, to leave chat mode,
+    use:$(eol)$(eol)   !chat
 command.chat.see_also: say
 
 command.create.action: command_create(actor, parameters)
 command.create.administrative: true
 command.create.description: Create a new element in the universe.
-command.create.help: Ways to create an element:$(eol)$(eol)   create actor:fred$(eol)   create other:garply foo/bar/baz
+command.create.help: Ways to create an element:$(eol)$(eol)   create
+    actor:fred$(eol)   create other:garply foo/bar/baz
 
 command.delete.action: command_delete(actor, parameters)
 command.delete.administrative: true
 command.delete.description: Delete an existing facet from an element.
-command.delete.help: You can delete any facet of an element as follows:$(eol)$(eol)   delete area:boardroom terrain
+command.delete.help: You can delete any facet of an element as
+    follows:$(eol)$(eol)   delete area:boardroom terrain
 
 command.destroy.action: command_destroy(actor, parameters)
 command.destroy.administrative: true
 command.destroy.description: Destroy an existing element in the universe.
-command.destroy.help: You can destroy any element in the universe as follows:$(eol)$(eol)   destroy prop:dagger
+command.destroy.help: You can destroy any element in the universe as
+    follows:$(eol)$(eol)   destroy prop:dagger
 
 command.halt.action: command_halt(actor, parameters)
 command.halt.administrative: true
 command.halt.description: Shut down the world.
-command.halt.help: This will save all active accounts, disconnect all clients and stop the entire program.
+command.halt.help: This will save all active accounts, disconnect all clients
+    and stop the entire program.
 
 command.help.action: command_help(actor, parameters)
 command.help.description: List commands or get help on one.
-command.help.help: This will list all comand words available to you along with a brief description or, alternatively, give you detailed information on one command.
+command.help.help: This will list all comand words available to you along with
+    a brief description or, alternatively, give you detailed information on one
+    command.
 
 command.look.action: command_look(actor, parameters)
 command.look.description: Look around.
@@ -41,28 +51,49 @@ command.look.help: With the look command, you can see where you are.
 
 command.move.action: command_move(actor, parameters)
 command.move.description: Move in a specific direction.
-command.move.help: You move in a direction by entering:$(eol)$(eol)   move north
+command.move.help: You move in a direction by entering:$(eol)$(eol)   move
+    north
 
 command.quit.action: command_quit(actor)
 command.quit.description: Leave the World.
-command.quit.help: This will deactivate your avatar and return you to the main menu.
+command.quit.help: This will deactivate your avatar and return you to the main
+    menu.
 
 command.reload.action: command_reload(actor)
 command.reload.administrative: true
 command.reload.description: Reload modules and data.
-command.reload.help: This will reload all python modules and read-only data files.
+command.reload.help: This will reload all python modules and read-only data
+    files.
 
 command.say.action: command_say(actor, parameters)
 command.say.description: State something out loud.
-command.say.help: This allows you to speak to other characters within the same area. If you end your sentence with punctuation, the message displayed will incorporate an appropriate action (ask, exclaim, et cetera). It will also correct common typographical errors, add punctuation and capitalize your sentence as needed (assuming you speak one sentence per line). For example:$(eol)$(eol)   > say youre sure i went teh wrong way?$(eol)   You ask, "You're sure I went the wrong way?"$(eol)$(eol)If necessary, enclose literal statements in quotation marks:$(eol)$(eol)   > say "youre sure i went teh wrong way?"$(eol)   You say, "youre sure i went teh wrong way?"
+command.say.help: This allows you to speak to other characters within the same
+    area. If you end your sentence with punctuation, the message displayed will
+    incorporate an appropriate action (ask, exclaim, et cetera). It will also
+    correct common typographical errors, add punctuation and capitalize your
+    sentence as needed (assuming you speak one sentence per line). For
+    example:$(eol)$(eol)   > say youre sure i went teh wrong way?$(eol)   You
+    ask, "You're sure I went the wrong way?"$(eol)$(eol)If necessary, enclose
+    literal statements in quotation marks:$(eol)$(eol)   > say "youre sure i
+    went teh wrong way?"$(eol)   You say, "youre sure i went teh wrong way?"
 command.say.see_also: chat
 
 command.set.action: command_set(actor, parameters)
 command.set.administrative: true
 command.set.description: Set a facet of an element.
-command.set.help: Invoke it like this:$(eol)$(eol)   set actor:dominique description You see nothing special.
+command.set.help: Invoke it like this:$(eol)$(eol)   set actor:dominique
+    description You see nothing special.
 
 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 (<parameter> is required, [option] is optional, (note) is a note):$(eol)$(eol)   show categories (list all element category names)$(eol)   show category <category> (list the elements in a category)$(eol)   show element <element> (list facet definitions for an element)$(eol)   show file <filename> (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 <expression> (evaluates a python expression)$(eol)   show time (returns several current timer values)
+command.show.help: Here are the possible incantations (<parameter> is required,
+    [option] is optional, (note) is a note):$(eol)$(eol)   show element
+    <element> (list facet definitions for an element)$(eol)   show file
+    <filename> (list elements in a file)$(eol)   show files (list all element
+    data files)$(eol)   show group <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 <expression> (evaluate a python
+    expression)$(eol)   show time (return several current timer
+    values)$(eol)   show version (display running version and dependencies)