summaryrefslogtreecommitdiff
path: root/Command/SetKey.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/SetKey.hs')
-rw-r--r--Command/SetKey.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Command/SetKey.hs b/Command/SetKey.hs
index 4c82de3a5..5048d052f 100644
--- a/Command/SetKey.hs
+++ b/Command/SetKey.hs
@@ -19,6 +19,10 @@ import Types
import Core
import Messages
+command :: [Command]
+command = [Command "setkey" (paramRepeating paramKey) seek
+ "sets annexed content for a key using a temp file"]
+
seek :: [CommandSeek]
seek = [withTempFile start]