Drop deprecation filters for pip and yamllint
[mudpy.git] / share / command.yaml
index 87da9a3..cfa10f7 100644 (file)
@@ -1,5 +1,5 @@
 ---
-_copy: Copyright (c) 2004-2020 mudpy authors. Permission to use, copy,
+_copy: Copyright (c) 2004-2022 mudpy authors. Permission to use, copy,
     modify, and distribute this software is granted under terms
     provided in the LICENSE file distributed with this software.
 
@@ -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.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
@@ -34,15 +44,15 @@ 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()
 
-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.get.action: command.c_get
+command.get.description: Pick up or retrieve an item.
+command.get.help: To retrieve something from your environment into your
+    inventory, get it by whatever name is shown, or even a subset or keyword
+    which you think might relate to it.
 
-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.drop.description: Put an item onto the ground.
+command.drop.help: To drop something, reference it by whatever name is shown in
+    your inventory.
 
 command.halt.administrative: true
 command.halt.description: Shut down the world.
@@ -54,6 +64,9 @@ command.help.help: This will list all command words available to you along with
     a brief description or, alternatively, give you detailed information on one
     command.
 
+command.inventory.description: Look in your inventory.
+command.inventory.help: List the items you're currently carrying around.
+
 command.look.description: Look around.
 command.look.help: With the look command, you can see where you are.