summaryrefslogtreecommitdiff
path: root/Command/DropKey.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/DropKey.hs')
-rw-r--r--Command/DropKey.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Command/DropKey.hs b/Command/DropKey.hs
index 870e9a7ab..29056139d 100644
--- a/Command/DropKey.hs
+++ b/Command/DropKey.hs
@@ -15,6 +15,10 @@ import Types
import Core
import Messages
+command :: [Command]
+command = [Command "dropkey" (paramRepeating paramKey) seek
+ "drops annexed content for specified keys"]
+
seek :: [CommandSeek]
seek = [withKeys start]