Alphabetize entries in command data file
[mudpy.git] / share / command.yaml
index 87da9a3..fd78a03 100644 (file)
@@ -20,6 +20,16 @@ command.create.description: Create a new element in the universe.
 command.create.help: Ways to create an element:$(eol)$(eol)   create
     actor.avatar_fred_1$(eol)   create other.garply foo/bar/baz
 
 command.create.help: Ways to create an element:$(eol)$(eol)   create
     actor.avatar_fred_1$(eol)   create other.garply foo/bar/baz
 
+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.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.evaluate.debugging: true
 command.evaluate.description: Evaluate a Python expression.
 command.evaluate.help: For debugging purposes, you can use this to run certain
 command.evaluate.debugging: true
 command.evaluate.description: Evaluate a Python expression.
 command.evaluate.help: For debugging purposes, you can use this to run certain
@@ -34,16 +44,6 @@ command.evaluate.help: For debugging purposes, you can use this to run certain
     useful for inspecting the contents of in-memory objects, for
     example:$(eol)$(eol) evaluate universe.groups['actor'].keys()
 
     useful for inspecting the contents of in-memory objects, for
     example:$(eol)$(eol) evaluate universe.groups['actor'].keys()
 
-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.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.halt.administrative: true
 command.halt.description: Shut down the world.
 command.halt.help: This will save all active accounts, disconnect all clients
 command.halt.administrative: true
 command.halt.description: Shut down the world.
 command.halt.help: This will save all active accounts, disconnect all clients